Ian recently checked in code to WebKit that allows the appserver to serve
HTTP directly.  You can try it out by checking out Webware from CVS and
running this in the WebKit directory:

python Launch.py NewThreadedAppServer http

I just tried it for the first time.  It works -- you can connect to
http://localhost:8080/ and view pages without a webserver.  Unfortunately,
it seems to consume 100% of the CPU even when it's not doing anything.
There must be a busy loop in there somewhere.  Ian, have you ever noticed
this?  I'm on Windows NT 4.0 if that matters.

- Geoff

> -----Original Message-----
> From: Terrel Shumway [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 06, 2002 4:43 PM
> To: [EMAIL PROTECTED]
> Subject: [Webware-discuss] Status of HTTPAdapter
> 
> 
> 
> After looking at pound, I decided to try it with Webware.
> It has been a while. ThreadedHttpServer.py seems to have disappeared 
> to be replaced by Adapters/HTTPAdapter.py which is marked with 
> 
>  "PS: This adapter is experimental and should not be used in
>  a production environment"
> 
> Since it still makes a network connection to talk to a separate 
> appserver process, it seems that it has little to recommend it.
> 
> Does anyone have any feelings or experience with this 
> server/adapter.  
> Did anything ever come of the idea to serve multiple protocols from 
> the same process?
> 
>   -- Terrel
> 
> -- 
> http://fastmail.fm - Access your email from home and the web
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Webware-discuss mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/webware-discuss
> 


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to