On Thursday, May 2, 2002, at 10:37 , Jonathan E. Paton wrote:

> Don't forget to turn on autoflushing with "$|=1", or for long queries
> it will timeout.

Intellectually I agree with this, and I know that a part of
that is to get the 'message back' as quickly - but I have
never really understood why we do this and go through
the whole

        print <someHtmlStuff>
        print <someMoreHtmlStuff>

I know I presented the idea of a 'page concatenation' approach
so as to isolate the i/o onto one event....

So I just through I would raise it again...

Especially - given the concern about a long query timing out...

If the puppy times out - what happens??? since that is a
failure on a 'read event' as far as one's script is concerned.
{ and I hope? that the DB side of the game bails the query,
but does it know to roll back the transaction??? }

You know the whole stack of OLTP angst that goes with
developing various forms of distributed networking solutions
for which there is currently the p5ee project...

ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to