|
|
Back to UserFriendly Strip Comments Index
|
.NET remoting and events... | by MrTrick | 2006-10-26 18:31:36 |
|
Somewhat experienced... | by bwkaz | 2006-11-19 12:55:59 |
|
Thanks, I'll look through it. | by MrTrick | 2006-10-26 18:47:41 |
| Well, with remoting, there *is* no persistent |
by bwkaz |
2006-10-26 18:54:01 |
connection. The connection is set up when you make a call to the MarshalByRefObject, the request is sent, the server runs the code, the response is returned, and the connection is torn down. (There may be some pooling that happens, but the connection doesn't stay up forever. Well, perhaps that has something to do with the lifetime manager? Not quite sure.)
Anyway, if you can come up with a non-monitoring setup (where the server doesn't care how many clients it has or what state they're in), then that would probably be much easier. Depending on what you're trying to accomplish, though, it may not be possible. |
|
[ Reply ] |
|
*blink* | by MrTrick | 2006-10-26 19:20:56 |
|
... OK, you have me there, I'm not sure. | by bwkaz | 2006-10-26 19:38:22 |
|
And it's just about TTGTB. | by bwkaz | 2006-10-26 19:53:44 |
|
|
[Todays Cartoon Discussion]
[News Index]
|
|