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.
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus