Guest User

Untitled

a guest
Jul 15th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. $ uname -a
  2. Darwin singha 10.4.1 Darwin Kernel Version 10.4.1: Wed May 12 21:36:54 PDT 2010; root:xnu-1504.7.50~2/RELEASE_I386 i386
  3.  
  4. $ ruby --version
  5. ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-darwin10.4.1]
  6.  
  7. $ ulimit -n
  8. 256
  9.  
  10. $ ruby em_test.rb
  11. Starting
  12. ["SUCCESS", 0, #<EventMachine::Connection:0x00000100903030 @signature=2>]
  13. ["SUCCESS", 1, #<EventMachine::Connection:0x00000100902bd0 @signature=3>]
  14. ["SUCCESS", 2, #<EventMachine::Connection:0x000001009027a8 @signature=4>]
  15. ["SUCCESS", 3, #<EventMachine::Connection:0x00000100902380 @signature=5>]
  16. ["SUCCESS", 4, #<EventMachine::Connection:0x00000100901f20 @signature=6>]
  17. ["SUCCESS", 5, #<EventMachine::Connection:0x00000100901af8 @signature=7>]
  18. ["SUCCESS", 6, #<EventMachine::Connection:0x00000100901660 @signature=8>]
  19. ["SUCCESS", 7, #<EventMachine::Connection:0x000001008f4230 @signature=9>]
  20. ["SUCCESS", 8, #<EventMachine::Connection:0x000001008f2f28 @signature=10>]
  21. ["SUCCESS", 9, #<EventMachine::Connection:0x000001008eae50 @signature=11>]
  22. ["SUCCESS", 10, #<EventMachine::Connection:0x000001008e9f70 @signature=12>]
  23. ["SUCCESS", 11, #<EventMachine::Connection:0x000001008e8ae0 @signature=13>]
  24. ["SUCCESS", 12, #<EventMachine::Connection:0x000001008e7d50 @signature=14>]
  25. ["SUCCESS", 13, #<EventMachine::Connection:0x000001008e7378 @signature=15>]
  26. ...
  27. ...
  28. ...
  29. ["SUCCESS", 238, #<EventMachine::Connection:0x0000010104df98 @signature=240>]
  30. ["SUCCESS", 239, #<EventMachine::Connection:0x0000010104d9b0 @signature=241>]
  31. ["SUCCESS", 240, #<EventMachine::Connection:0x0000010104d4e0 @signature=242>]
  32. ["SUCCESS", 241, #<EventMachine::Connection:0x0000010104cde0 @signature=243>]
  33. ["SUCCESS", 242, #<EventMachine::Connection:0x0000010104c2f0 @signature=244>]
  34. ["SUCCESS", 243, #<EventMachine::Connection:0x0000010104be90 @signature=245>]
  35. ["SUCCESS", 244, #<EventMachine::Connection:0x0000010104b9f8 @signature=246>]
  36. ["SUCCESS", 245, #<EventMachine::Connection:0x0000010104b5d0 @signature=247>]
  37. ["SUCCESS", 246, #<EventMachine::Connection:0x0000010104b138 @signature=248>]
  38. ["SUCCESS", 247, #<EventMachine::Connection:0x0000010104abc0 @signature=249>]
  39.  
  40.  
  41. here the process hangs
Add Comment
Please, Sign In to add comment