Multithreading

Avi Bryant avi.bryant at gmail.com
Mon Mar 28 15:19:08 UTC 2005


On Mon, 28 Mar 2005 09:53:10 -0500, Daniel Salama <dsalama at user.net> wrote:

> The application does in fact call out to the database as well as,
> during user interaction, verification with external systems using XML
> and SOAP. I don't know if these may be blocking calls and if so, I
> guess I will need to loop into sub-processing these requests.

If you're using sockets to communicate with these external systems,
it's not blocking the VM.

Avi



More information about the Squeak-dev mailing list