Hi

I'm a webware beginner.
I would like to use sqlobject with webware and kid.

I have a question concerning database connections managment.
How do I leave connections open between requests? Is there a document somewhere on the website? In the website, I've seen that there are awake() and sleep() method for different object levels. But when I make a print inside these (in a class derivating from Page), awake and sleep are called at all transactions. I still don't understand what are these methods for (except for ease of derivation)

Reading the webware doc and website, I found nothing to take care about external connections handling. Do I have to manage my own opened connections pool which is accessed by all threads concurrently?
Should there be a connection per thread?
Is there a Thread instance, so I can store a connection handler?

Thanks for your help.



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to