From: Nicholas S. <ni...@sa...> - 2002-07-06 00:21:16
|
Hi I've just started using formproc and I really like it. A couple of questions: 1. I'm using formproc in a web environment where everything gets reused - ejb pooling, connection pooling etc. How much resource optimisation does formproc perform? Could the HttpForm objects be allocated from a pool rather than a new one being created for each new transaction. 2. The object autopopulate feature is extremely useful. Could the HttpForm be extended so it could find data from the user session as well as from the request? After all it can get the session from the request and it would be quite elegant to combine the two. Regards Nick Sanderson |