[Lazarus] GUI development for web UI

Michael Van Canneyt michael at freepascal.org
Fri Dec 3 14:36:54 CET 2010



On Fri, 3 Dec 2010, Marcos Douglas wrote:

>>>
>>> There is just a global sessionlist accessed for many threads, at the same
>>> time?
>>> The fpWeb framework manages thread conflicts?
>>
>> No, it does not. The sessionlist is not in fpWeb (although I have planned
>> that), only in some private code (the list is obviously protected with a
>> critical section).
>> What conflicts do you expect ?
>
> Conflicts type of Read/Write where 2 threads uses the same session, at
> the same time.
> But you said the list is protected with a critical section, so... that's ok.
>
> Now... why isn't in the fpWeb?  :)

Because it requires some changes which I must still discuss with Joost.

Michael.




More information about the Lazarus mailing list