Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
mod_ruby or FastCGI multiple instances single file
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Frank Reiff, post: 4529082"] Thanks for all the great help. I am fairly certain that I read somewhere that there is one interperter per Apache thread, but admitedly the documentation is fairly patchy :-) I guess I'll find out. As for thread-safeness: long assignement (long i = 100;) is not thread-safe in Java (I'm not joking) because it is broken down into two byte codes, so nothing shocks me anymore :-) I had though of the UPD server but discarded it as too prone to producing down time (yet another component to worry about). The flock solution sounds like the kind of solution I'm after. I'll give it a try. Thanks again for your help. Best regards, Frank [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
mod_ruby or FastCGI multiple instances single file
Top