Originally shared by Eric Grange
Originally shared by Eric Grange
DWScript is coming back to its web roots for 2013 with the first (AFAIK?) http.sys 2.0 open-source Delphi web server!
Blazing fast, high scalability, kernel-mode Windows authentication, logging, optional bandwidth and CPU throttling, you name it!
It is designed to be capable of working both under highest performance and throttled server settings (with an eye on pay-as-you go cloud hosting) and be capable of being fronted on the wild web.
DWScript is coming back to its web roots for 2013 with the first (AFAIK?) http.sys 2.0 open-source Delphi web server!
Blazing fast, high scalability, kernel-mode Windows authentication, logging, optional bandwidth and CPU throttling, you name it!
It is designed to be capable of working both under highest performance and throttled server settings (with an eye on pay-as-you go cloud hosting) and be capable of being fronted on the wild web.
Oooh! Me like!
ReplyDeleteWhat about https support, Eric Grange?
Is it SPDY compatible as well?
https is supported, spdy isn't AFAICT.
ReplyDeleteMS was pushing an alternate protocol in early 2012, not sure how that'll turn out, but i would guess they'll give in and implement spdy at some point.
Stijn Sanders Good to know! I suppose it means it shouldn't be long before spdy gets supported by MS.
ReplyDeleteI found your http.sys header conversion while I was (alas) almost done with mine... Also unless I missed something you've got only 1.0 working and not 2.0?
How independent/pluggable are the xxm handlers? I've been looking at ISAPI support, but the Delphi built-in support units are antediluvian and quite inefficient.