Connect and bye

2015-10-01 Thread Henrik Sarvell
If I do (connect) and keep the socket alive, will it it be closed automatically on (bye) or do I have to push something into *Bye? -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Unsubscribe

2015-10-01 Thread Riccardo Murri
Good bye Riccardo Murri :-( You are now unsubscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Connect and bye

2015-10-01 Thread Alexander Burger
Hi Henrik, > If I do (connect) and keep the socket alive, will it it be closed > automatically on (bye) or do I have to push something into *Bye? Nothing explicitly. PicoLisp takes care of flushing all buffers before it exits, and the OS generally closes all open resources of a process when it ex