Click here to Skip to main content
15,917,968 members
Home / Discussions / C#
   

C#

 
GeneralRe: MP3 Player in C# ??? Pin
leppie17-Oct-03 19:56
leppie17-Oct-03 19:56 
GeneralRe: MP3 Player in C# ??? Pin
Dato19-Oct-03 1:27
Dato19-Oct-03 1:27 
GeneralRe: Possible Speed Enhancements Pin
Daniel M. Edwards17-Oct-03 17:14
Daniel M. Edwards17-Oct-03 17:14 
GeneralRe: Possible Speed Enhancements Pin
eggie517-Oct-03 18:26
eggie517-Oct-03 18:26 
GeneralCOM+ Service Installation Pin
Pietro217-Oct-03 12:21
Pietro217-Oct-03 12:21 
GeneralRe: COM+ Service Installation Pin
Heath Stewart18-Oct-03 10:41
protectorHeath Stewart18-Oct-03 10:41 
GeneralRe: COM+ Service Installation Pin
Pietro219-Oct-03 3:18
Pietro219-Oct-03 3:18 
Generalremoting channel woes Pin
qek17-Oct-03 11:37
qek17-Oct-03 11:37 
I've written a very small remoting app, a server that exposes one method from a dll, and a client that connects and calls that method. Most of the time this works fine. But if the client crashes, and I restart it, any subsequent connections to the server cause an exception. If I restart the server everything is fine. It seems to me that if the clients' connection to the server channel is disconnected improperly, the server is hosed. Is there any way to periodically check to see if a channel is 'stuck'? Otherwise I'll have to set up some kind of schedule of periodically unmarshalling/disconnecting and then re-marshalling/connecting, just in case the server is stuck. That just seems inelegant to me.

Thanks for any suggestions,
jt
GeneralRe: remoting channel woes Pin
Heath Stewart18-Oct-03 10:42
protectorHeath Stewart18-Oct-03 10:42 
GeneralRe: remoting channel woes Pin
qek20-Oct-03 5:04
qek20-Oct-03 5:04 
GeneralRe: remoting channel woes Pin
Heath Stewart20-Oct-03 6:00
protectorHeath Stewart20-Oct-03 6:00 
GeneralRe: remoting channel woes Pin
qek20-Oct-03 11:02
qek20-Oct-03 11:02 
GeneralRe: remoting channel woes Pin
Heath Stewart20-Oct-03 11:38
protectorHeath Stewart20-Oct-03 11:38 
GeneralRe: remoting channel woes Pin
qek27-Oct-03 10:14
qek27-Oct-03 10:14 
GeneralRe: remoting channel woes Pin
Heath Stewart27-Oct-03 10:23
protectorHeath Stewart27-Oct-03 10:23 
GeneralRe: remoting channel woes Pin
qek27-Oct-03 10:50
qek27-Oct-03 10:50 
GeneralRe: remoting channel woes Pin
Heath Stewart27-Oct-03 10:53
protectorHeath Stewart27-Oct-03 10:53 
GeneralRe: remoting channel woes Pin
qek27-Oct-03 11:46
qek27-Oct-03 11:46 
Generalcustom attribute question Pin
sharkfish17-Oct-03 9:32
sharkfish17-Oct-03 9:32 
GeneralRe: custom attribute question Pin
Alex Korchemniy17-Oct-03 10:49
Alex Korchemniy17-Oct-03 10:49 
GeneralRe: custom attribute question Pin
sharkfish17-Oct-03 11:31
sharkfish17-Oct-03 11:31 
GeneralDataGrid and ArrayList Pin
Wjousts17-Oct-03 8:26
Wjousts17-Oct-03 8:26 
GeneralRe: DataGrid and ArrayList Pin
Daniel M. Edwards17-Oct-03 16:59
Daniel M. Edwards17-Oct-03 16:59 
GeneralRe: DataGrid and ArrayList Pin
Heath Stewart18-Oct-03 10:49
protectorHeath Stewart18-Oct-03 10:49 
GeneralUnrolling a loop: why can't .NET add 1 + 2 + 3 + ... Pin
MtnBiknGuy17-Oct-03 6:45
MtnBiknGuy17-Oct-03 6:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.