|
[Webware-discuss] how to share single object between several servlets
From: Max Ischenko <max@ma...> - 2002-09-23 07:48
|
Hello! I have several servlets (subclasses of WebKit.Page) which I want to share some data. Currently, each of them create it's own copies with from foo import bar b = bar() ... b.quux() This is both cumbersome to use and quite inefficient. Thanks in advance for your help. -- Bst rgrds, M.A.X.: Mechanical Artificial Xenomorph. |
| Thread | Author | Date | |
|---|---|---|---|
| [Webware-discuss] how to share single object between several servlets | Max Ischenko <max@ma...> |
|