Changeset 132
- Timestamp:
- 05/24/06 07:48:29 (2 years ago)
- Files:
-
- experiments/machine/test/NOTES (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
experiments/machine/test/NOTES
r131 r132 1 1 $Id$ 2 3 ---------------------------------------------------------------------- 4 24May06: 5 6 I/O: 7 8 Jeff, I'd like to add the following things to your code if ok with you: 9 1) a machine/eio.rb file; 10 2) an extra line in machine.rb to require machine/eio.rb; 11 3) an extra line in the reactor loop to invoke the I/O processor. 12 13 For items 2 and 3 I'll add a comment with the word FRANCIS so you 14 can find my changes with grep. 2 15 3 16 ----------------------------------------------------------------------