![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Callin tcl procs in parallel
From: Gerald W. Lester <Gerald.Lester@cox.net>
Date: Thu Jun 30 2005 - 05:35:09 CEST
Rush wrote:
First off why does the called proc "run for a long time"?
1) If it is CPU bound (i.e. doing a computation) then doing them in
2) If it is I/O bound, switch to using event driven I/O and do them in
3) If it is waiting on an external application, this is a special case of
4) If it is waiting on a database (e.g. Oracle) you can try either async
-- +--------------------------------+---------------------------------------+ | Gerald W. Lester | "The man who fights for his ideals is | | Gerald.Lester@cox.net | the man who is alive." -- Cervantes | +--------------------------------+---------------------------------------+Received on Thu Sep 29 14:23:56 2005 |