Problem with low-space watcher

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

Problem with low-space watcher

Gary Chambers-4
Project interruptName: labelString preemptedProcess: theInterruptedProcess
 
sends #offList to the return value of suspend of the preempted process (which answers a LinkedList).
The message is not understood but does not cause a debugger to open, Alt-. shows the stack trace in the end.
 
One way to replicate:
 
(Object allSubInstances select: [:o | o dependents notEmpty]) collect: [:o |
 o dependents size]
 
Was just mulling things in light of Announcement discussions as to whether the dependency could have a single subscriber (most common case) for possible performance gains, a collection if additonal subscribers get added.
 
 

Regards, Gary

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Problem with low-space watcher

Igor Stasenko
2009/11/2 Gary Chambers <[hidden email]>:
> Project interruptName: labelString preemptedProcess: theInterruptedProcess
>
> sends #offList to the return value of suspend of the preempted process
> (which answers a LinkedList).
> The message is not understood but does not cause a debugger to open, Alt-.
> shows the stack trace in the end.
>
Just remove the #offList send, its obsolete and no longer needed.

> One way to replicate:
>
> (Object allSubInstances select: [:o | o dependents notEmpty]) collect: [:o |
>  o dependents size]
>
> Was just mulling things in light of Announcement discussions as to whether
> the dependency could have a single subscriber (most common case) for
> possible performance gains, a collection if additonal subscribers get added.
>
>
> Regards, Gary
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>


--
Best regards,
Igor Stasenko AKA sig.

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Project class-interruptNamepreemptedProcess.st (1K) Download Attachment