I guess that is a possibility, but I haven't seen it. If you change the logic as suggested, then pause needs to also queue a request to close the stream when the buffers are drained.
On 2006-08-24, at 21:39 EDT, Henry Minsky wrote: > So there's code in the profiler in the pause() method that calls > > this.dump(Infinity, Infinity); > > It looks like the dump() method is being called periodically by the > Idle > task. But if there's still > a bunch of data buffered up , wouldn't that last call potentially > have so > much data that it could cause > a script running slowly error? Should the logic be that when you > pause the > proiler the dump task still gets to run in the idle > loop until it drains the buffers? > > > > -- > Henry Minsky > Software Architect > [EMAIL PROTECTED] _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
