Thank you for the binary. It works on pages that I post, but if I use the
trans.application().forwardRequest function, the application just freezes.
Example of the code is attached. Is there another way I should be
forwarding the request to different servlets?
Thanks for the help.
-Origin
>>When we close the
>>terminal that started webkit either in background or as a daemon, if
the
>>servlet prints a lot of text to the stdout, the servlet hangs. If I
>>remove the print statements, it works fine. I'm writing a test script
>>now... This might be related to the other strange FreeBS
> At 11:22 AM 10/2/2001 -0400, Jeff Johnson wrote:
> > > I see a Servlet.name() in my WebKit/Servlet.py. Do you have
> > > it as well?
> >
> >Yep, I see it.
> >
> > > If so, then their might be a bug in either NamedValueAccess
> > > or WebKit's logging code.
> > > -Chuck
> >
> >Sounds like. Is an
At 11:22 AM 10/2/2001 -0400, Jeff Johnson wrote:
> > I see a Servlet.name() in my WebKit/Servlet.py. Do you have
> > it as well?
>
>Yep, I see it.
>
> > If so, then their might be a bug in either NamedValueAccess
> > or WebKit's logging code.
> > -Chuck
>
>Sounds like. Is anyone logging activity
The ISAPI filter has a memory leak. Don't use it unless you can fix it.
I'll send you a copy of the cgi executable.
Jay
> -Original Message-
> From: Geoff Talvola [mailto:[EMAIL PROTECTED]]
>
> There are a couple of other options to try to speed things up:
>
> - Switch to Apache.
> At 11:06 AM 10/2/2001 -0400, Jeff Johnson wrote:
> >I turned on logging without modifying the defaults, I get
> this warning
> >now.
> >
> >WARNING: Cannot get servlet.name for activity log.
> >
> >Is servlet.name supposed to be defined automatically?
>
>
> I see a Servlet.name() in my WebKit
At 11:06 AM 10/2/2001 -0400, Jeff Johnson wrote:
>I turned on logging without modifying the defaults, I get this warning
>now.
>
>WARNING: Cannot get servlet.name for activity log.
>
>Is servlet.name supposed to be defined automatically?
I see a Servlet.name() in my WebKit/Servlet.py. Do you hav
I turned on logging without modifying the defaults, I get this warning
now.
WARNING: Cannot get servlet.name for activity log.
Is servlet.name supposed to be defined automatically?
___
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourcef
At 10:16 PM 10/1/2001 -0400, Aaron Held wrote:
> > - There's a version of the cgi adapter written in C. It should be a lot
> > faster than WebKit.cgi.
> > - There's an ISAPI filter written in C. This should be even faster than
> > the C cgi adapter.
>
>Where are these adapters?
In Webware CVS,