in reply to Re: a IO:SELECT problem
in thread a IO:SELECT problem
Thanks a lot for all your help.
But won't using 200 processes or thread be too resource consumable comparing to use select or poll?
If it would considerable low down the performance of the program, it would be unacceptable. My program will running on a linux server.
By the way, I am using mysql. Does it provide asynchronous operation?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: a IO:SELECT problem
by sgifford (Prior) on Jun 26, 2006 at 15:39 UTC | |
|
Re^3: a IO:SELECT problem
by BrowserUk (Patriarch) on Jun 26, 2006 at 15:52 UTC | |
by ablmf (Acolyte) on Jun 26, 2006 at 16:09 UTC |