[fpc-pascal] CustHttpApp and HP httperf tool

Michael Schnell mschnell at lumino.de
Tue Jun 10 11:23:10 CEST 2014


On 06/10/2014 10:38 AM, Michael Van Canneyt wrote:
>
> Websockets are good when the server needs to push similar data at high 
> speed, no more, no less.
>
Hmm.
I understand that websocket is a TCP/IP protocol that (after being 
opened due to commands communicated via HTTP) stays open and hence 
provides a  pipe that both sites can push data in.

This potentially might be suitable to allow the server (i.e. the 
fast-cgi program) to send state-messages to the browser (e.g.in order to 
create a web-GUI).

-Michael



More information about the fpc-pascal mailing list