all groups > dotnet remoting > september 2007
Events lose connection to localhost
Posted by John W. at 9/27/2007 10:58:01 AM
Posts to several groups have yielded no answers yet. Perhaps this one has a
more experienced readership. :,)
Situation: (1) Application subscribes to events generated by a service, via
Remoting and an event wrapper. Both are on the same machine. (2) LAN cable
is disconnected from the mac... more >>
Non-SOAP XML serialization over remoting/web service
Posted by Mads Bondo Dydensborg at 9/21/2007 12:59:53 PM
Hi there
New to .net remoting.
I am looking into implementing the NISO NCIP protocol in .net.
The typical payload of an request looks like this:
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE NCIPMessage PUBLIC "-//NISO//NCIP DTD Version 1//EN"
"http://www.niso.org/ncip/v1_0/impl... more >>
intermittend socket exception when calling a method on a remote object even though the object is still responding to another thread
Posted by Stephan Steiner at 9/19/2007 12:00:00 AM
Hi
This is a rather weird one - I recently rewrote part of a remote based
server - client solution, and now all of a sudden I have some weird things
going on that I can't explain.
I have a client connecting to multiple servers. Each client holds two
references (in two different classes) ... more >>
Client request slow to fail if server down
Posted by Grant Schenck at 9/16/2007 8:58:31 AM
Hello,
I client and server which use remoting to communicate..
It all works well using the TCP channel.
However, if the server goes down, while a client request will fail, it take
about ONE MINUTE to do so!
Is there a way to speed up this time?
Thanks,
--
Grant Schenck
... more >>
How do I use [OneWay]?
Posted by Grant Schenck at 9/15/2007 8:04:12 PM
I'm trying to mark my methods as OneWay but the compiler won't accept it. I
keep getting "The type or namespace 'OneWay' could not be found (are you
missing a using director or an assembly reference?)"
Any idea how I can mark a remote method as one way???
Thanks!
Grant Schenck
... more >>
Getting at form or other data from singlecall thread on server?
Posted by Grant Schenck at 9/14/2007 10:54:59 AM
Hello,
I'm starting to work with remoting and I have a question about how to get at
data in the method call associated with a singlecall thread on my server?
Specifically, this is my code on the server:
// Opens passive or "listening" socket,
// or throws an excep... more >>
DNS reverse look up for Remote events?
Posted by schaf NO[at]SPAM 2wire.ch at 9/13/2007 12:00:00 AM
Hi NG!
I have a problem in my remote application.
After calling a remote function the calculation will be done by the
service. The calculation result will be sent to the caller (client)
via remote event.
The following behavior can be observed:
1.) Right after the start of the server the firs... more >>
Remote object sending from server to client to local client
Posted by daniel.e.gabriel NO[at]SPAM gmail.com at 9/11/2007 8:27:59 PM
Hi.
I've done quite a bit of research but haven't found any references to
a situation similar to mine. I have a server (srv) that publishes a
remote object and has a single TCP channel open.
I also have a client (clt) that retrieves that object from a TCP
channel that it has open.
The ne... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Passing MarshalByRef object to Remoted Server
Posted by sbparsons at 9/5/2007 9:28:05 AM
Please could someone let me know if this is possible:
I have a server object exposed through remoting on one PC and a client
object that gets a proxy to this server object.
The client object configures and registers a channel as per:
System.Collections.IDictionary properti... more >>
Remote events in NAT enviroment
Posted by Efim at 9/3/2007 7:42:02 AM
Hi,
I try to implement a server that should fire events to clients placed on a
separate network than the server and use NAT.
I'm using .NET 2.0
Do I have any choice , except of using the GenuineChannels?
Can it be implemented by using standard tools and technique of .NET2?
Thanks
... more >>
|