Changes between Version 3 and Version 4 of FAQ
- Timestamp:
- 06/30/09 08:12:42 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v3 v4 30 30 plugin for Padre to integrate with Git that works well on both Windows 31 31 and Linux then we can consider switching. 32 33 == Why using ithreads when forks/coro is so much better == 34 35 Threads are the only Perl concurrency system that is portable and actually runs things in parallel and makes use of multiple cores. We needed something portable that does real concurrency (i.e. no cooperative multi-threading or event loop), so fork was out of the loop due to portability and POE/Coro due to cooperative multithreading.
