On Thu, 2003-07-17 at 10:51, J�rg Rosenkranz wrote: > Hi all, > > I have some problems with sockets and multiple threads: > Every time a program is communicating over one socket from different threads > I get following exception: > > The socket has been shut down
Something has closed the socket (maybe explicitly, maybe the object was collected by the GC.) > I noticed this behaviour using different components i.e. Mono SqlClient and a FTP > component. > Access to the components is always exclusively locked to one thread at a time. So > multiple threads > aren't accessing the socket simultaneously. > > Are there any known problems with socket communication and multiple threads? Not that we know of. If you can reproduce the problem reliably, please report it to http://bugzilla.ximian.com A small test case (if possible) makes it much easier for us to diagnose the problem. - Dick _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
