On Tue, 2002-04-02 at 16:58, Geoffrey Talvola wrote:
>       def _respond(self):
>               try:
>                       Page._respond(self)
>               except:
>                       self.rollbackTransaction()
>               else:
>                       self.commitTransaction()
> 
> This wouldn't catch errors that happen _during_ the awake() call.  But maybe
> that's OK.

Is there a reason why the awake/respond/sleep cycle is implemented in (I
believe) Application (or Response?  I forget), instead of in Servlet? 
It seems like this only gets in the way, it never helps anything -- and
you have to modify WebKit to futz around with these things, you can't
just modify your own SitePage.

  Ian



_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to