Re: [Webware-discuss] Performance Concern

2003-07-26 Thread Lothar Scholz
Hello Randall, Sunday, July 27, 2003, 4:10:07 AM, you wrote: RS> I'm having some performance problems. It seems that when a servlet RS> takes a long time to service a request, no other requests are completed RS> until it finishes. Are you sure that you used the ThreadedServer, this means are

Re: [Webware-discuss] Performance Concern

2003-07-26 Thread Ian Bicking
On Sat, 2003-07-26 at 21:10, Randall Smith wrote: > The case in which I observed this behavior: > > I have a servlet that takes input and sends an email using smtplib. > Today I had network trouble so it could not connect to the mail server. > The servlet would try for about 30 or so seconds t

[Webware-discuss] Performance Concern

2003-07-26 Thread Randall Smith
I'm having some performance problems. It seems that when a servlet takes a long time to service a request, no other requests are completed until it finishes. The case in which I observed this behavior: I have a servlet that takes input and sends an email using smtplib. Today I had network tr

[Webware-discuss] wkcgi + SSL

2003-07-26 Thread Aparajita Fishman
Just wondering if there is anything special that needs to be done to use wkcgi with Zeus and SSL. I can't seem to get it to work. Regards, Aparajita Victory-Heart Productions [EMAIL PROTECTED] www.aparajitaworld.com "If you dare to fail, you are bound to succeed." - Sri Chinmoy

Re: [Webware-discuss] Cheetah Template vs Plain Python Class

2003-07-26 Thread deelan
Huy Do wrote: Hi All, I was just after some opinions on the suitability/necessity of using cheetah for templating together with a HTML DOM library. If my templates do not have any markup whatsover i.e just using the DOM library to generate/create the HTML tags, I can't see the advantages cheeta

[Webware-discuss] Cheetah Template vs Plain Python Class

2003-07-26 Thread Huy Do
Hi All, I was just after some opinions on the suitability/necessity of using cheetah for templating together with a HTML DOM library. If my templates do not have any markup whatsover i.e just using the DOM library to generate/create the HTML tags, I can't see the advantages cheetah would offer o

Re: [Webware-discuss] Split Hierarchy approach to Cheetah+Webware

2003-07-26 Thread deelan
Tracy S. Ruggles wrote: You could also nest the template files into its own directory like so: [Context]/ servlets/ one.py two.py templates/ one_tmpl.tmpl two_tmpl.tmpl And then, change the method to: def template (self):