diff options
author | root <root> | 2008-07-05 02:25:40 +0000 |
---|---|---|
committer | root <root> | 2008-07-05 02:25:40 +0000 |
commit | efe43f1ea2f1d6a2238c7bba16d31d2e773abae9 (patch) | |
tree | da718bf37f622f1badee70ad97e6233510a989f9 /ev.pod | |
parent | be8f9e9290ed05cbe31b799ab2a9d64c516e73bf (diff) |
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3190,8 +3190,9 @@ done serially (but can be done from different threads, as long as only one thread ever is inside a call at any point in time, e.g. by using a mutex per loop). -If you want to know which design is best for your problem, then I cannot -help you but by giving some generic advice: +If you want to know which design (one loop, locking, or multiple loops +without or something else still) is best for your problem, then I cannot +help you. I can give some generic advice however: =over 4 |