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] 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,

Re: [Webware-devel] Multi Threading and Security

2001-10-01 Thread Aaron Held
> - 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? ___ Webware-devel maili

RE: [Webware-devel] Multi Threading and Security

2001-10-01 Thread Geoff Talvola
At 03:32 PM 10/1/01 -0700, you wrote: >Thank you for your help so far. I have noticed that this slowdown occurs >with the webware admin pages as well. To recreate my problem do the >following: > >Have someone on one computer request the admin page. Have them hold down >the refresh key. Do not

Re: [Webware-devel] Multi Threading and Security

2001-10-01 Thread Geoff Talvola
At 12:48 PM 10/1/01 -0700, Russell Blank wrote: >I originally sent this message to the wrong mailing list. Sorry if it is a >duplicate. > >I have created a website with webware and webkit modules. It is working out >great. However, I have three problems that I need to resolve before I can >go

Re: [Webware-devel] Multi Threading and Security

2001-10-01 Thread Aaron Held
I just started testing webware under IIS, so I'll try to help. First of all the Webware directory should not be under the IIS document root. There should be no URL that will map directly to a .py document, only to the CGI adapter.. Check the Install doc under webkit. Is this how the users view t