Coming from Java servlets, I find a couple of features useful:

1) To be able to run a method when my servlet/application is first
loaded.

2) To be able to specify that the servlet/application be loaded when
the server starts as opposed to when the first request is received.
Obviously, this feature is useful in avoiding first request delays if
the start up method is lengthy.

How would I do the above in web2py?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to