Socket events make a call to socket_handler, right? No - they call socket_handler _in the locale of the immediate session_. This creates a problem.
If, for debugging, I type cocurrent 'testlocale' and then start some socket activity, I see |value error: socket_handler | socket_handler'' because, methinks, socket_handler_testlocale_ has been called. I can paper over this by defining socket_handler_z_, but I suggest that for Eric to make the call to socket_handler_base_ would be a better solution. Henry Rich ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
