Subject | Re: [IBO] ICS ERROR 335544726 |
---|---|
Author | yovchoz |
Post date | 2003-07-15T03:09:49Z |
--- In IBObjects@yahoogroups.com, "GOVINDKRISHNA" <gkrishna@j...>
wrote:
threads that are mostly idle, but for true multitasking you need a
separate connection for each thread.
wrote:
>datamodules for
> >------------------Original Message-----------
> >
> >From : Helen Borrie <helebor@t...>
> >To : IBObjects@yahoogroups.com
> >Date : 12/07/2003 8:30:45 PM
> >Subject : Re: [IBO] ICS ERROR 335544726
> >
> >
> >That's because the client has crashed with an access violation.
> >
> >Threads can't share the default session. When creating
> >threads, you must drop an explicit TIB_Session component in thereand make
> >it first in the creation order.I have faced
> >
> >Helen
>
> Jumping into this thread because it seems similar to some problems
>SAME CONNECTION but
> Does this mean that if I am using multiple thread I can use the
> create SEPERATE SESSION objects for each theadYou can use some kind of connection pooling if you have using many
>
> gk
threads that are mostly idle, but for true multitasking you need a
separate connection for each thread.