all groups > dotnet remoting > may 2007
Server connections to clients
Posted by Per Bakkendorff at 5/31/2007 12:00:00 AM
Hi
Does anybody know to to count/know the URL of clients connected to a
server activated object ?
I have an application server, that upon shutdown need to know which
clients is still connected, so they (the clients) can be instructed to
close nicely, thereby disconnecting them selves fro... more >>
Response time for method call on server
Posted by Mahesh Deo at 5/29/2007 5:24:01 AM
Hi,
I have remoting singleton server and a client. When a client makes a call to
server sometimes it is taking more than 20 seconds to complete and then error
message comes stating remote computer did not responded...etc. I think this
is due to response time for temote call so can anyone kn... more >>
Re: Anyone knows what has happened to Genuine Channels?
Posted by John Breakwell (MSFT) at 5/25/2007 4:59:50 PM
Good news
Dmitry Belikov is indeed alive and well and working at Microsoft.
He says he will talk to his old colleagues and supply an answer " in the
middle of the next week".
Cheers
John Breakwell [MSFT]
... more >>
RemotingException: Port is Busy: All pipe instances are busy
Posted by Seth Van Nijen at 5/24/2007 3:25:00 AM
Hi,
I'm using IPC channel remoting. After the application (remoting client) has
been running for a while it receives a RemotingException "Port is Busy: All
pipe instances are busy" while attempting to retrieve a property from the
remoting server (a different process on the same machine). Th... more >>
which is Better method to use between singlecall and singleton
Posted by Sachin Saki at 5/24/2007 1:38:02 AM
Hi,
2000 users are connecting to my web-application. Its 3-tier application and
all the layers are physically seperated we are using the remoting to make
calls. I would to know if anyone has realtime expereince, which method to use
singleton or singlecall if above number of users are connec... more >>
.Net Remoting or WCF
Posted by BogeyGolf at 5/23/2007 6:59:01 AM
Hi,
Last year I developed a “Device Manager†application that managed the
configuration of devices mounted in a 19†equipment rack. This application
is a standalone Windows Forms app written in C# that uses Binary
Serialization for persistence and an Observer/MVC design for the User
... more >>
Start to be confuse now....any help ??
Posted by calderara at 5/23/2007 6:39:05 AM
dear all,
I have build a server object hosted in a windows service using tcp.
That object is use as server Activated and singleton mode.
A client application is invoking a method to staore dta to SQL database.
It work greats actually but now I am coming to the point that how my client
can ... more >>
call back and remoting ???
Posted by calderara at 5/22/2007 12:22:00 PM
Dear all,
I have build a remote object host under windows service.
A client application is calling services frm that remote object throught tcp
How can I return error message or event back to the client if anything wrong
within client service ?
regards
serge... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
how to retrieve URL for remote object ???
Posted by calderara at 5/22/2007 1:30:01 AM
Dear all,
I have build a remote object host in a windows service. Everything work fine
when the client call the remote object.
Now I try to make the client part more configurable in the sense that I
would like to not hard coded the URl pass to the Activator.GetObject
For that I have added... more >>
AuthenticationException when calling a method on the proxy to a distant server - URGENT
Posted by Jean-Pierre at 5/21/2007 12:00:00 AM
Hello,
I'm writing a remoting application.
When my server and my client are located on the same computer, my
application works.
When the server is located on a different machine, I can create a
proxy to the server in my client application (no network activity when
creating a ... more >>
Remoting Questions
Posted by Wimpie van Lingen at 5/18/2007 7:18:13 PM
Hey
I have some more questions with regards to Remoting in .NET 2. I'm using TCP
with the Binary formatter.
My solution consists of 4 projects:
- Class Library containing the server classes which Inherits
MarshalByRefObject (ok, at this stage it only contains one class... but its
gonna ... more >>
Can a stream be remoted to a guest
Posted by Eric T. at 5/18/2007 11:34:02 AM
I need to write an app where a limited rights user should have access to some
special files. I've been thinking of open the file in a service that runs
with high permissions and then hands the stream back to the caller who has
only limited permissions. I'm having trouble getting this work, a... more >>
Thread.CurrentPrincipal problem when client calls an IIS process hosting a remoting service
Posted by Anthony Paul at 5/17/2007 2:19:25 PM
Hello everyone!
I have the following problem :
I have a remoting service hosted through IIS called "MyService".
MyService has the standard login method (username, password) that
encapsulates an authentication mechanism that results in the
Thread.CurrentPrincipal being set to a newly created... more >>
XML-RPC from ASP.NET (C#)
Posted by maflatoun NO[at]SPAM gmail.com at 5/17/2007 7:40:29 AM
Hello,
We're currently working with another software provider and I'm
required to grab a list of values from there system using XML-RPC
(don't have more information right now) and display it on our web
site. I've used Web Services many times before but never XML-RPC. Does
anyone have a sample... more >>
Anyone knows what has happened to Genuine Channels?
Posted by jpersson at 5/15/2007 4:25:00 AM
Hi,
Does anyone know whether Genuine Channels is still actively
maintained? They are not answering postings in their support forums or
even by mail, and the last release was made in february last year even
if they had promised to make a new one in september.
So does anyone knows what has ha... more >>
How to : Raising event ?
Posted by calderara at 5/14/2007 8:35:02 AM
dear all,
I have a client application which communicates through a server object,
hosted in a Windows Service, using tcp (.NET 2.0).
Everything works fine.
The only trouble I get is that in case of error from the server side, how to
return to the client the error that occurs at the ser... more >>
Get host machine name from the client side
Posted by Barakme at 5/14/2007 2:36:01 AM
Hello,
I want to prevent from clients from different machines to connect to my
remote object. I want to be able to define the name of the PC host to
control the calls. I can get the user from the Principal class but I cannot
get the host computer name from the client side.
Thanks :)
B... more >>
COnfiguration file ???
Posted by calderara at 5/11/2007 12:21:04 PM
Dear all,
I have build a remote component hosted by a Windows service.
So far it works perferctly well.
What I ham trying to do now is to define a configuration file for my Server
component, to retrive from there the connection string to the database.
I do not want to place the configur... more >>
Activator.CreateInstance of a locally defined interface, but implemented in an external .net assembly
Posted by Bob Eaton at 5/11/2007 12:00:00 AM
I have the following code in my .Net DLL (call it, assemA.dll):
// assume that strProgId is something like: "FooNameSpace.BarClassName"
Type type = Type.GetTypeFromProgID(strProgId);
IFoo rIFoo = (IFoo) Activator.CreateInstance(type);
The IFoo interface is also defined in assemA ... more >>
Deploying remote architectute host by windows service.
Posted by Frank Smith at 5/7/2007 10:05:45 AM
Can anyone provide me with resources as to how to deploy a remote object
host by a windows service to an application server. Need a little aid in
deploying the architecture...
thanks.
... more >>
Security resources needed using TCP?
Posted by Frank Smith at 5/7/2007 8:50:09 AM
Can anyone provide me with resources on how to implement security when
remoting using a TCP?
Best Regards,
Frank.
... more >>
Help on config file
Posted by calderara at 5/7/2007 6:39:01 AM
Dear all,
I am building a remoting component which is host inside a Windows service.
that remote component is storing data to SQL server database.
Actualy for my test I am setting the connection string to database in code
and now I would like to make it configurable.
My Windows service is ... more >>
Hosting remote object with in windows service?
Posted by Woody at 5/3/2007 10:25:37 PM
I've followed several online tutorials on how to use remote objects hosted
with windows service. But none seem to work, perhaps I'm just not
understanding the exact configuration. I've tried this one but to no avail:
http://www.codeproject.com/Purgatory/winservicehost.asp
Does anyone have any ... more >>
BinaryFormatter Version incompatibility issue?
Posted by Frank Smith at 5/2/2007 1:11:21 PM
I'm using Binary Fomatter via HTTPChannel. My remote object is hosted in IIS
5.1. I'm sure I've got both the client and sever config file correct. When I
run on localhost, all seems to work fine, but when I move the remote object
to a virtual directory on my server and attempt to run my applic... more >>
Need architecture suggestion
Posted by Monty at 5/2/2007 2:44:23 AM
Hello, I'm trying to figure out if remoting is the best tool to use what I
want to accomplish. My client has a legacy COM application that:
1) exposes an COM object model that can be referenced, but objects cannot be
instantiated from external programs
2) has a "plug in" type extensibility tha... more >>
|