search for: _app_

Displaying 1 result from an estimated 1 matches for "_app_".

Did you mean: app_
2006 May 12
5
How is Actionpack is not thread-safe? @@allow_concurrency?
...ve not found an explanation _why_ it isn''t? What happens if multiple requests are handled concurrently by ActionPack? Assuming that the code I execute in my controller methods is thread safe, is this ok? If not -- what happens? The following makes it sound like the issue is whether the _app_ is thread-safe: # Controls whether the application is thread-safe, so multi-threaded servers like WEBrick know whether to apply a mutex # around the performance of each action. Action Pack and Active Record are by default thread-safe, but many applications # may not be. Turned off by...