Subject Re: [firebird-support] new udf library
Author German Aracil Boned
Ann W. Harrison wrote:

>At 10:29 AM 12/1/2004, German Aracil Boned wrote:
>
>
>>I need create other client thread.
>>
>>
>
>Sorry to be so dense, but why do you need another client
>thread? Forking and creating new processes are a means
>to an end. What are you trying to achieve?
>
>
Yes, to be so dense. Achieve .. That's the question.
it is a new experience. I want to be able to create independent
processes that they remain active or for example to send a long process
without the client hopes.
it is a study in search of a new form to create software. The data
base contains basic tables. And these elements (records) able to
generate code,
creating new elements with code. Type neuronal network. I want that
the own elements can send independent executions that affect the rest
of elements. As it is to propagate part of a code to certain element.

Element is an abstract definition that represents a neuron. And I want
that the neuron (element) can affect the rest of elements of the data
base. To unite the possible maximum, data with code. The structure of
the adaptable code to the data. Is complicated to explain the
experiment.

I am crazy? :)

I need create new independent thread from data base. Any think ?

best regards


(The system have stored procedures to automatize creating elements,
deleting ..)