Greetings all.

I have four questions that I thought I'd bundle all together instead of sending individually. Your help on any or all of them is appreciated. All questions are for Webware 0.8

Question 1: New Sessions
In the middle of a transaction, I occasionally have the need to force a new session to be created to replace the current session. Invalidating the session and then calling session again does not work since it always returns the (invalidated) session. Neither does setting the current session to None (via Transaction.setSession) and then requesting a new session (similar problem). Any suggestions?

Question 2: Long Tasks
Someone has probably asked this one before, but I could not find an answer (see question 4). Occasionally, I perform a long operation on the app server. If I wait around for the response, the HTML page returns "timeout" or "client reset by peer" messages. What is the Webware-ish approach to solving this problem?

Question 3: Threading
I have not found a good description of how Webware uses its various threads. My main question is this: I have on part of code that has have only one thread in it at a time (i.e., if two clients connect to the app server, only one can be using this object at a time). Again, what is the Webware-ish approach to this?

Question 4: Searching
This is not a Webware question per se, more of one on the mailing list. I cannot find the search functionality for the webware-discuss mailing list from the SF page. I think some of my questions may have been addressed before, so searching would be preferred. Can someone point me to this?

Thanks for any help. Feel free to bug me for details if they are needed.

TJK

--
T.J. Jankun-Kelly
Visualization and Computer Graphics Research Group
Department of Computer Science, University of California, Davis
http://graphics.cs.ucdavis.edu/~tjkelly/

Attachment: pgp00000.pgp
Description: PGP signature



Reply via email to