Subject Re: Re: [IBO] ICS ERROR 335544726
Author GOVINDKRISHNA
>------------------Original Message-----------
>
>From : "yovchoz" <y_zagorov@...>
>To : IBObjects@yahoogroups.com
>Date : 15/07/2003 8:39:49 AM
>Subject : Re: [IBO] ICS ERROR 335544726
>
>>
>> Does this mean that if I am using multiple thread I can use the
>SAME CONNECTION but
>> create SEPERATE SESSION objects for each thead
>>
>> gk
>
>You can use some kind of connection pooling if you have using many
>threads that are mostly idle, but for true multitasking you need a
>separate connection for each thread.

Thanks,
Yes I do need true mutlitasking so I will stick to one connection per thread.

But if I am using one connection per thread.
Do I have to have explicit session for each one or let the connection work with the default session ?