Subject | Re: Multithreading |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-10-08T09:09:50Z |
> To fix this would mean much more troublesJust to make it clear: you can access a connection from multiple
> compared to keeping a thread-per-connection-at-a-time principle.
threads, but not simultaneously. When one thread works, other should
wait.
Roman