Multithreading

Daniel Salama dsalama at user.net
Sat Mar 26 01:29:16 UTC 2005


Hi,

I'm experiencing a bit of a problem with a simple task I'm doing. I'm 
trying to read a file and print something in the Transcript window 
while reading the file. The problem I find is that while Squeak is 
reading the file, the VM dedicates 100% of its processor time to that 
task. On the same VM, I'm running Seaside, so while the VM is reading 
the file, Seaside cannot render any pages. Any suggestions on how to 
overcome this problem?

Thanks,
Daniel




More information about the Squeak-dev mailing list