From: Chris W. <ch...@cw...> - 2002-06-20 12:05:42
|
* Andreas Nolte (And...@Be...) [020620 06:23]: > monitoring our oi dbs I found, that loading and saving sessions does take > quite some time ( we stuff quite a bit of data in there .. ). In > OpenInteract.pm the step finish_cookies_and_session is executed, before the > page is returned to the browser. So, thechnically you could improve response > time a bit, if you delay this step until after the page is already returned > to the client. You could even register this sub to be carried out in the > cleanup phase of apache and not within the content handler like right now. That is an excellent idea. I'll try to implement this early next week and see what happens. Chris |