On Mon, Nov 24, 2003 at 08:35:43PM -0000, Bas Scheffers wrote: > It probably is, but it has one _big_ problem compared to AOLserver when > used with a scripting language like PHP. They are independent processes, > which is safe, but it means that you cannot share data between > interpreters, like a common database pool or shared variables. Even
Why not? All they need to do is add shared memory support with an nsv-like API. Of course, they'd have to WRITE it, which I guess they haven't. I know I've thought shared memory support would be cool and maybe useful to add to the Tcl Threads tsv/nsv API, and when I mentioned it to Zoran he said he'd already been thinking about that too. -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com/ -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
