/* note */
Sorry, disregard the previous mail with wrong week number in subject.
/* note */

Not a lot of work has been done on my gsoc project this week since I've
been away traveling.
I've only mostly written notes on the last feature of my gsoc project,
the multiple listening socket support.

# Multiple listening sockets

I'm currently implementing the following way to declare which protocol
to use for which port.

        Listen <[address:]port> <protocol>

Configuration for serving HTTP and HTTPS requests on port 80 and port
443 respectively would look something like this.

        Listen 80 HTTP
        Listen 443 HTTPS

As previously planned, HTTPS will only differ from the HTTP protocol
implementation in how it sends data over the connection.

Configuration parsing is implemented, but some changes to the scheduler
and the main thread loop is needed for it to work.

[Blog](https://lotrax.org/gsoc/gsoc-2013-status-future-protocols-week-9.html)
[Code](https://github.com/ksonny/monkey/tree/plugin_next)

-- 
Sonny Karlsson

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to