Hi Folks, If I have a heavy load web application i do not want to rebuild some data (eg. creating instances and loading stuff from database etc.) for every page request. I want to do that once at startup or any later point and keep things alive as long as my webservice is online.And i would prefer a nice way to clear it if my server is shutting down.
My Question is, how long does an Entry Point instance live and is there a way to keep variables (like database connections or anything else) as long as the server is up? I wrote some mini applications, but that did not satisfy me. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
