Re: FW: [Webware-devel] Multi Threading and Security

2001-10-03 Thread Geoff Talvola
At 01:00 PM 10/2/01 -0700, Russell Blank wrote: >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 di

FW: [Webware-devel] Multi Threading and Security

2001-10-02 Thread Russell Blank
. -Original Message- From: Love, Jay [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 8:56 AM To: 'Aaron Held'; Geoff Talvola; [EMAIL PROTECTED] Subject: RE: [Webware-devel] Multi Threading and Security Here's the C cgi binary, and also a configuration file that you re

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
view the source? Or are they using the view source of the default installation? -Aaron - Original Message - From: "Russell Blank" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 01, 2001 3:48 PM Subject: [Webware-devel] Multi Threading and Security

[Webware-devel] Multi Threading and Security

2001-10-01 Thread Russell Blank
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 live with my site: First, I have noticed during testi