A year or so ago I had problems with my webserver crashing in RexxDLL when several instances were started in multiple threads. The problem was avoided by serializing RexxStart calls (waiting on and setting a mutex before the call to RexxStart, clearing it on first callback (or on return)).
The problem in the Rexx code was fixed so I removed the serialization (controlled by a #define) some time ago. Recently (4.0.1(MT)?) what looks to be the same problem came back again .. lots of crashes, almost every day. I reenabled serialization this morning and no more crashes -- so I supect it is the same, or a very similar problem. Ring any bells? Any ideas? Mike ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel