FW: [Webware-devel] Multi Threading and Security

2001-10-02 Thread Russell Blank
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

[Webware-devel] Servlet hangs when terminal is closed and tries to print certain strings.

2001-10-02 Thread Jeff Johnson
>>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

RE: [Webware-devel] WARNING: Cannot get servlet.name for activity log.

2001-10-02 Thread Jeff Johnson
> 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

RE: [Webware-devel] WARNING: Cannot get servlet.name for activity log.

2001-10-02 Thread Chuck Esterbrook
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

RE: [Webware-devel] Multi Threading and Security

2001-10-02 Thread Love, Jay
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.

RE: [Webware-devel] WARNING: Cannot get servlet.name for activity log.

2001-10-02 Thread Jeff Johnson
> 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

Re: [Webware-devel] WARNING: Cannot get servlet.name for activity log.

2001-10-02 Thread Chuck Esterbrook
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

[Webware-devel] WARNING: Cannot get servlet.name for activity log.

2001-10-02 Thread Jeff Johnson
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

Re: [Webware-devel] Multi Threading and Security

2001-10-02 Thread Geoffrey Talvola
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,