I saw that Mark modified the socket samples to include the shebang line so
you can execute them on Linux.

Well I realized I hadn't tested them on Linux so I have started to do that.
I ran in to an issue, but I don't know if it is something we can fix or not.

When you issue a sockaccept it will hang the thread waiting for a new
connection. On windows, if you issue a sockclose from another thread
sockaccept returns an error which you can trap and use to shutdown cleanly.
On Linux, sockaccept ignores the sockclose and still wait for a connection.
If you connect to the server, the next call to sockaccept (after the call to
sockclose) will fail and everything will shutdown.

I am using the 3.2 to do the testing if that makes a difference.

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network Engineer        Safe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to