Hi

Hi,
someone have direct experience with some opensource library containing an IOCP enabled HTTP/HTTPS WebServer? I'm aware of a lot of these libraries, but I'm interested in direct experience.

Comments

  1. I've got the experimental DWScript one (fork of Synopse upgraded to http.sys 2.0) running since december in the www on a test server, and a couple others in a LAN (including one with kerberos authentication).
    What kind of experience are you after?

    ReplyDelete
  2. Hi Eric Grange ,
    yes, I klnow your implementation and it's one of the best suited for my needs (sinatra-like framework currently based on Indy). But there are some others libraries (http://code.google.com/p/delphi-iocp-framework/http://iocpclasses.sourceforge.net/https://bitbucket.org/voipobjects/iocpenginehttp://synapse.ararat.cz/files/contrib/http://www.torry.net/authorsmore.php?id=7131) and I'd like to know some opinions.

    ReplyDelete
  3. I use my own unit with the Windows IOCP, similar to (and inspired by) IsapiThreadpool unit. Just bare API usage, I didn't need a class library.

    ReplyDelete
  4. Like Ondrej Kelle I found IOCP to be very simple to use and not needing any special classes.

    ReplyDelete

Post a Comment