Message168780
> My understanding of the mod_wsgi architecture is that it uses
> subinterpreters to maintain a persistent process, while still
> providing a relatively pristine interpreter state to handle each new
> request.
I don't think that's true. On hg.python.org, the hglookup application
keeps a cached mapping of changeset ids to repo URLs, which wouldn't be
possible if its interpreter was re-bootstrapped for each new request. |
|
Date |
User |
Action |
Args |
2012-08-21 14:47:26 | pitrou | set | recipients:
+ pitrou, ncoghlan, grahamd |
2012-08-21 14:47:26 | pitrou | link | issue15751 messages |
2012-08-21 14:47:26 | pitrou | create | |
|