Hi all, When benchmarking Zend_Application I noticed still a lot of resources are used in the bootstrap process. To test if I could improve this "waste" I put the application instance into a session. My thoughts were it would only be necessary to run the app ($app->run();). This miserly failed because several files couldn't be loaded. I have not investigated it further, but it looks to me it'd pretty cool if it was possible.
Is it an idea to look at Zend\Application for ZF2.0 to make this possible? It would save a lot of resource: complete configuration, loading of config files and so on are done once. Regards, Jurian
