[Lazarus] GUI development for web UI

Michael Schnell mschnell at lumino.de
Thu Dec 2 09:34:04 CET 2010


On 12/01/2010 05:43 PM, michael.vancanneyt at wisa.be wrote:
>
>
> Under normal circumstances you would have a fixed (or limited) thread 
> pool, and each request is  handled by a free thread in the pool. 
Of  course it does make sense to use pre-started threads.

How are requests queued if no threads are available in the pool ? If 
this is done by a single (main) thread, this might introduce a bandwidth 
limitation.

> In ExtPascal, it is impossible to separate the thread from the session.
> This has the advantage of being simple, but doesn't scale, and creates 
> unneeded dependencies between different parts of the software.
It would be great to have an improved thingy similar to ExtPascal in the 
Lazarus Library :)

-Michael




More information about the Lazarus mailing list