Re: Mod_Python, multicore and concurrency
John Lister <[email protected]> Sun, 31 May 2009 13:19:42 +0100
| Newsgroups | gmane.comp.python.mod_python |
|---|---|
| Message-ID | <[email protected]> |
> If you are using mod_python sessions at the same time, they will block > another request using same session at the same time. It can also block > other distinct sessions as well because of the limited number of > shared locks used to mediate global session locking. > > Other than that guess, it is impossible to answer without know exactly > what your code does. > Also forgot to say i've looked at mod_wsgi which seems to scale more like i'd expect as you also hint at in your blog posts Thanks JOHN