I read your "Curl RFC" thread, great job. Somehow I missed it when it was originaly posted.

As you stated earlier, you plan to continue working on your curl wrapper, so to boost my proposal usefullness I think it needs to address unsolved problems.

Could you please be more specific about your plans on networking modules? This information might help me make a stronger proposal.

Thank you.

Things that phobos currently lacks, but would benefit from:
- Tcp Server - a class implementing TCP-based server, handling incoming connections. (QTcpServer[1] ot Net::TcpServer[2] might act as a good reference)
- Application level protocol servers.

References
1. http://doc.qt.nokia.com/latest/qtcpserver.html#details
2. http://www.ruby-doc.org/stdlib/libdoc/socket/rdoc/classes/TCPServer.html

Reply via email to