in reply to Re: Threading vs perl
in thread Threading vs perl
For example java needs threads because it can't (couldn't) do asynchronous IO, Thus, by your logic, perl needs no threads? yet some monks can't live without'em, why?
Background processing should work on different set of data then the GUI itself, thus, I would think, that forking off the process to do the job would be the best.
Languages are not created equal, you seem to be suggesting to keep feature count high, I don't know why, to look ok on comparision charts?
Does perl need continuations? I would sure like them, even instead of threads.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Threading vs perl
by spurperl (Priest) on Jun 20, 2005 at 13:12 UTC | |
by Eyck (Priest) on Jun 20, 2005 at 13:42 UTC | |
|
Re^3: Threading vs perl
by ruoso (Curate) on Jun 20, 2005 at 16:20 UTC | |
by chromatic (Archbishop) on Jun 20, 2005 at 18:00 UTC |