[ANN] MessageCapture

David T. Lewis lewis at mail.msen.com
Sun Oct 15 17:08:19 UTC 2006


On Sun, Oct 15, 2006 at 02:56:38PM +0200, Bert Freudenberg wrote:
> Actually, you could fork the VM, establish a communication channel  
> (I've used named pipes on Unix, works without VM modification), send  
> the future message over there, wait for the result. As long as no  
> full GC happens in either process, this is even memory efficient on  
> systems using copy-on-write memory pages.

Why the named pipe? An OSPipe should work fine without requiring any
external setup outside of Squeak.

Dave




More information about the Squeak-dev mailing list