On Saturday 12 January 2002 06:36, Geoffrey Talvola wrote:
> On Friday January 11, 2002 06:04 pm, Aaron Held wrote:
> > > Why would the firewall slow down wkcgi.exe any more than the
> > > ISAPI filter does?  As far as the socket connections are
> > > concerned, I think they pretty much do the same thing --
> > > establish a new socket connection for each request.
> >
> > I was hoping that the .dll would reuse open sockets and not
> > completely close them out each time.
> >
> > I honestly did not check.
>
> Sounds like that would be a nice enhancement, both for the ISAPI
> and for the mod_webkit and mod_python adapters.  Could you add this
> to the Wiki wisklist?

At first glance, I think this would be incredibly difficult to do 
with Webware 0.6 or the experimental stuff I've been working on.  It 
would involve very major refactoring, unless you were to use an 
intermediate dispatcher process that sits behind the 
firewall,maintains connections with the adaptor and fires off a 
socket connection to WebKit for each new request.

There's probably easier things to change that will have more of a 
performance impact.

Cheers,
Tavis

_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to