[Seaside] Single or multiple instances of application top-level class?

Philippe Marschall philippe.marschall at gmail.com
Thu Jan 1 19:32:41 UTC 2009


2009/1/1, Richard E. Flower <rickf at ca-flower.com>:
> Up to now, I've been assuming that the top-level application class had
> its own instance per connection.. Is my assumption correct or is this
> a singleton class?

Assuming we're talking about WAApplication it is one instance per URL.
This instance in concurrently accessed.

Cheers
Philippe


More information about the seaside mailing list