2009/8/15 Schwab,Wilhelm K <[email protected]>:
> Is there anything in Pharo that starts a new main thread to carry on for one 
> that is about to get blocked?  It might be that Pharo does not need it, since 
> sockets are serviced by the VM, where Dolphin (at least prior to overlapped 
> calls) did the I/O through the event loop; if the main thread stopped, so did 
> Windows event dispatching, and hence no socket I/O.
>
There is such thing.
Try to explore the way how debugger handling this (when process you
want to debug is current UI process), or
when you pressing interrupt key.

See Debugger>>openOn: process context: context label: title contents:
contentsStringOrNil fullView: bool

at 'Project spawnNewProcessIfThisIsUI: process'



> Dolphin to some extent, and WindowBuilder to (IIRC) a large extent create 
> modal loops in Smalltalk code.  I see a few references to such things in 
> Pharo, but I'm fairly lost.  Where should I start reading and/or browsing?
>
> Bill
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



-- 
Best regards,
Igor Stasenko AKA sig.

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

Reply via email to