Le 15/02/2012 19:53, Andy Farnell a écrit :
This may be more to do with the opersting system and how sockets are allocated and buffered than Pure Data.
How you close the patch may make a difference. Try gracefully closing, by disconnecting sockets, then after a short delay exit Pd
They should be usable the next time you open.
You say they refuse to disconnect? Can you throw any more light on that?
Andy
On Wed, Feb 15, 2012 at 07:10:03PM +0100, Jack wrote:
Hello,
I have two problems with [tcpserver] from iemnet :
- when i send the message 'disconnect', clients stay connected.
- when i quit the patch running [tcpserver] and relaunch it, the
server doesn't start. I have to quit again and relaunch again to see the server running.
What i would like : When the patch running the [tcpserver] quit, I relaunch the patch and want the server start. Is it possible ? Thanx. ++
Jack
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hello Andy and thanx for your answer,
I have omitted to write some useful information about my configuration : Ubuntu 11.04 Pd 0.42.6 iemnet [tcpclient] and [tcpserver] compiled on Jan 23 2012 at 12:35:32
I tried to close the patch gracefully by disconnecting socket first and then quit Pd after few seconds but when i relaunch both patchs it still doesn't work : it is impossible to connect the client to the server.
The two patchs are attached. ++
Jack