Subject | Re: [firebird-support] new udf library |
---|---|
Author | German Aracil Boned |
Post date | 2004-12-01T15:29:32Z |
Ann W. Harrison wrote:
I think send to new client instance a SQL command to execute.
I need create this thread from firebird db. I can exec bin from c
without wait end of it. this way do not use fork function. I can exec
isql instance for it. it's good ?
This way is ok ?
Regards.
German
>German,I need create other client thread. But, not other server thread :)
>
> Your create-thread udf is going to cause terrible
>problems. Don't do it. In superserver, you'll cause
>the server to attempt to fork itself - a very very
>bad idea -
>
> What are you trying to achieve? You can't do it
>this way, but possibly you can do it some other way.
>
>
>
I think send to new client instance a SQL command to execute.
I need create this thread from firebird db. I can exec bin from c
without wait end of it. this way do not use fork function. I can exec
isql instance for it. it's good ?
This way is ok ?
Regards.
German