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
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
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
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
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
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
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):