Re: Bug in event loop ??

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: Bug in event loop ??

Chris Uppal-3
Sorry,  I forgot to mention that this is using D5 pl1.

Also, I've just thought to check and something fairly similar happens in D4.

    -- chris


Reply | Threaded
Open this post in threaded view
|

Re: Bug in event loop ??

Bob Jarvis
Chris,

FWIW I just tried this on my machine and didn't see the symptoms you
reported.  I did note that Dolphin seems to wake up every six seconds
or so - perhaps for a GC.  What might be happening is that you've got
a lot of dead objects in your image, and the GC is taking a long time.
 I've experienced this when I've created hundreds of thousands of
objects and then trashed them all at once.

Bob Jarvis