René Tegel wrote:

>Kris Leech schreef:
>  
>
>>I already tried this thanks but it was too feature heavy for what I 
>>wanted
>>    
>>
>Hi,
>
>That's the first time i hear this.. It is primary made to be used as 
>integrated HTTP component, php/scripts/etc/automatic mode is optional 
>(php won't even work when compile for unix atm).. Compiled it'll only be 
>a few kB of code. And it handles some issues nicely and is reasonable 
>HTTP/1.1 compatible, but its features are still far behind apache. But 
>just as fast ;P
>
>The use i intended when starting developing was to use it as 
>light-weight integrated http server, for example as web-configuration 
>for your application or service, but indeed it also is able to run 
>standalone, integrate as NT service with few lines of code, leaves you 
>choice between integrated thread-safe or non-threadsafe code, does http 
>authentication on the fly etc.. And has had extensive real-life testing ;)
>  
>
Thanks for the run down but its not a web server Im developing so I just 
wanted a bare bones http server, as in just gets a http request and 
nothing more. But if I was developing something that needed proper html 
handling I would look at it :)

>  
>
>>, I am after a basic http server which deals with connections and 
>>parsing of http, not a Apache-like web server :)
>>  
>>    
>>
>HTTP parsing is delicate subject. Did you mean server-side rendering 
>(like intelligent include) or client-side parsing (DOM-tree building 
>from html). If you happen to find a nice (dom-)parser, i'd appreciate it 
>if you drop a note.
>  
>
No parsing of the tcp byte stream in to http headers and payload. :)

>Of course i understand you probably know very well what you are looking 
>after, especially since you already looked at it. I'd just liked to 
>mention that anything 'full-blown' is optional.
>
>Kind regards,
>
>Rene
>
>
>-------------------------------------------------------------------------
>Using Tomcat but need to do more? Need to support web services, security?
>Get stuff done quickly with pre-integrated technology to make your job easier
>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>_______________________________________________
>synalist-public mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/synalist-public
>
>
>
>  
>



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to