[Newbies] What happens if a Process is terminated inside of Process>>#terminate?

Marcel Taeumel marcel.taeumel at hpi.de
Mon Jun 8 19:11:09 UTC 2020


... maybe it is even every 100th (or n-th) time calling #basicNew:. Something like that. :-)

Best,
Marcel
Am 08.06.2020 21:09:50 schrieb Marcel Taeumel <marcel.taeumel at hpi.de>:
Hi Tim J, 

as far as I know, every #basicNew: (primitive 71) triggers a GC. Not necessarily a full GC as through manually calling "Smalltalk garbageCollect", but at least an incremental GC. So, the image doing at least something (like the ticking clock in the upper right corner), will trigger a GC quite frequently.

Best,
Marcel
Am 08.06.2020 20:28:53 schrieb Tim Johnson <digit at sonic.net>:
Hi newbies list,

I wrote a little Morph to monitor live processes vs terminated
processes. In doing so, while experimenting, I ended up with one
Process which seemed to be terminated inside of Process>>#terminate,
which I think is strange. Is it strange? I ended up discarding the
working copy of my image and reverting to the last saved version.

It is interesting to see how many terminated Processes are left behind
when WebServer has been running for a long time. Luckily they all seem
to be swept away with a #garbageCollect. I do wonder why my image can
go for 24 hours without something in the image performing a garbage
collection. SHTextStylerSH80 creates and terminates many processes
also, but they seem to get collected without my intervention (?).

Thanks,
Tim J
_______________________________________________
Beginners mailing list
Beginners at lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/beginners/attachments/20200608/92c31e9a/attachment.html>


More information about the Beginners mailing list