Re: [fpc-devel] XML DOM thread safety

2009-11-12 Thread Inoussa OUEDRAOGO
2009/11/12 Michael Schnell : > (or better: in what way something is/is not thread save, as with > multiple functions that work on the same data, some might be thread > save, some might be not) ? You will find some informations at http://en.wikipedia.org/wiki/Thread_safety -- Inoussa O. ___

Re: [fpc-devel] XML DOM thread safety

2009-11-12 Thread Michael Schnell
BTW.: Is there a documentation what in the RTL is thread save and what is not (or better: in what way something is/is not thread save, as with multiple functions that work on the same data, some might be thread save, some might be not) ? -Michael ___ fpc

Re: [fpc-devel] XML DOM thread safety

2009-11-11 Thread Inoussa OUEDRAOGO
2009/11/11 Sergei Gorelkin : > Inoussa OUEDRAOGO пишет: > > (a long message skipped) > > Rather that writing that much, you'd better simply bug me to speed it up :-) > Anyway, done in r14145. Thank you very much ! I will now call for a merge for FPC 2.4. Again, Thank you very much ! -- Inoussa

Re: [fpc-devel] XML DOM thread safety

2009-11-11 Thread Sergei Gorelkin
Inoussa OUEDRAOGO пишет: (a long message skipped) Rather that writing that much, you'd better simply bug me to speed it up :-) Anyway, done in r14145. Sergei ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman

[fpc-devel] XML DOM thread safety

2009-11-11 Thread Inoussa OUEDRAOGO
Hi I would like to point out ( again, the third time ) that up to now ( I just checked out 2.4-rc1 and trunk ) there is _no safe_ way to use the "fcl-xml" package in a multi threaded environment. I mean, even if your xml DOM instances are private to their thread, _not accessed_ by other threads, u