> 2.       Each method creates a local fbConnection
> 
> a.       In this case I get following error:  Enumeration was changed.
> The
> enumeration process can maybe not be performed. (Die Auflistung wurde
> geändert. Der Enumerationsvorgang kann möglicherweise nicht ausgeführt
> werden)

What's the exception stack?
 
> i.  _fbCSB:Pooling := .F.

Why false (I suppose that means false)?

> I understood that fbConnection itself is not threadsafe – 

Correct. The FbConnection object should be used only in single thread
(concurrently). But the pooling is thread safe and threading friendly.
So having it on and keeping the connection opened as short as possible
might help in MT scenarios.

> but I don´t understand which object is alive accross the different calls of 
> the methods of the windows service.

Not sure what you're talking about. 

-- 
Mgr. Jiří Činčura
Independent IT Specialist

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to