Changeset 428
- Timestamp:
- 07/17/07 07:13:36 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
experiments/jruby-1/src/com/rubyeventmachine/EM.java
r427 r428 129 129 // inbound data through an SSLEngine. Hope that won't break the strategy of using one 130 130 // global read-buffer. 131 // TODO, well, no. Using a global buffer produces Java null-pointer exceptions. Is the 132 // read handler being re-entered somehow? We're missing a big performance increment here, 133 // so this has to get solved. 131 134 //myReadBuffer.clear(); 132 135 int r = sn.read(bb);
