help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] BUG (Finally found): ARGH! Re: Exploring networking, th


From: Markus Fritsche
Subject: [Help-smalltalk] BUG (Finally found): ARGH! Re: Exploring networking, threading
Date: Sun, 24 Aug 2003 22:44:09 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624

Markus Fritsche wrote:

But another thing I've noticed: Delay>>#initialize isn't sent on startup, shouldn't Delay be added to ObjectMemories' dependents? Otherwise, the vm crashes with "no runnable process".

To show that I really enjoy talking to myself, I me another post! :-)

Delay is initialized in ObjectMemory>>#initialize, which causes Delay to fail on an restarted image. Just for fun I have changed the code as follows: registering delay class as a dependent of ObjectMemory in Delay>>#initialize and doing the setup of the idle Process in Delay#>>update: - seems to work.

Anything wrong with this?

Regards, Marks





reply via email to

[Prev in Thread] Current Thread [Next in Thread]