Subject RE: [firebird-support] multiple queries
Author Alan McDonald
> Alan McDonald wrote:
>
> > > Alan McDonald wrote:
> > >
> > > > > Dimitry Sibiryakov wrote:
> > > > > >> Can you run multiple queries at the same time on a
> connection?
> > > > > >
> > > > > > No. It is impossible.
> > > > >
> > > > > So it has to be done with multiple connections? As we have
> done in
> > > the
> > > > > past with
> > > > > multiple threads. Nothing stopping multiple users all talking
> at
> > > once
> > > > > :)
> > > > >
> > > > How do you make PHP run in multiple threads during the execution
> of
> > > one
> > > > page?
> > >
> > > As far as I can see, he doesn't need multiple threads, just
> multiple
> > > connections (within the same thread).
> > >
> > > Kjell
> >
> > ahhh, but in a scripting language of any kind, how do you jump to
> another
> > line before the first one has finished executing?
> > Alan
>
> Doesn't the API support asynch calls that return immediately instead of
> waiting for the result to be returned before returning to the caller?
>
> Kjell
but even if FB did do this, PHP does not.
Alan