[fpc-pascal] CustHttpApp and HP httperf tool

Michael Schnell mschnell at lumino.de
Tue Jun 10 15:22:35 CEST 2014


On 06/10/2014 01:59 PM, Reinier Olislagers wrote:
> how is the non GUI event stuff coming along
BTW: obviously you did notice that the issues are connected: doing a 
"stateful server" in a CGI does need the non GUI event stuff.

I did not research how "CustomDrawn" handles events (originated by the 
GUI and originated by timers and threads). But if "CustomDrawn" would be 
used as a basis for a Web GUI (provided that this turns out to make any 
sense), we would need something like the said "non GUI event stuff" in 
the background: "GUI" events are generated by TCP/IP receive events (to 
be handled in the main thread, and supposedly fired  in a thread that 
waits on a blocking TCP/IP socket), other main thread events are fired 
by Timers (I just implemented  that) or by standard  worker TThreads 
(already supported by the RTL).

-Michael




More information about the fpc-pascal mailing list