Changeset 473
- Timestamp:
- 07/22/07 10:16:49 (1 year ago)
- Files:
-
- version_0/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
version_0/ChangeLog
r435 r473 44 44 17Jul07: Added EventMachine#stop_server, per request from Kirk Haines, 45 45 and associated unit tests. 46 46 22Jul07: Added EventMachine#stream_file_data. This is a very fast and scalable 47 way of sending data from static files over network connections. It 48 has separate implementations for small files and large file, and 49 has tunings to minimize memory consumption.