Hi Konrad / Lucas

> -----Original Message-----
> Sent: Monday, 2 December 2013 7:27 AM
...
> In short: if you do not have the need to access every bit directly use an
> existing server implementation and an easier way to communicate with it.
> For example Apache has modules for the FCGI and SCGI protocols. In this
> case Apache handles the complexities of HTTP while you just have to handle
> a significantly simpler protocol.
> 
>       Konrad

Or keep your existing QTCPServer based code.  Then use Apache as the
front-end, and proxy to your backend server.  Very straight-forward.  

Regards, 

Tony



_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to