oldmoe (Muhammad Ali)
- Login: oldmoe
- Email: oldmoe@gmail.com
- Registered on: 12/04/2008
- Last sign in: 07/02/2009
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 3 | 3 |
Activity
07/13/2009
- 07:52 PM Backport191 Bug #1717: Thread local variables not visible from within a Fiber
- =begin
That makes sense, but I had a need to share data across fibers running in
the same thread, shouldn't there b...
07/03/2009
- 05:37 AM Backport191 Bug #1717 (Rejected): Thread local variables not visible from within a Fiber
- =begin
# Given the following:
Thread.current[:x] = 1
Fiber.new{Thread.current[:x]}.resume # => nil
# ...
06/29/2009
- 06:25 AM Ruby master Bug #1696: http downloads are unuseably slow
- =begin
I believe if the descriptor is set to non blocking then sysread will return
whatever data available or raise...
06/28/2009
- 10:58 AM Ruby master Bug #1696: http downloads are unuseably slow
- =begin
Not sure really, never tested it.
On Sun, Jun 28, 2009 at 2:29 AM, Roger Pack <rogerdpack@gmail.com> wrote... - 07:48 AM Ruby master Bug #1696: http downloads are unuseably slow
- =begin
Net/HTTP in 1.9.2dev is already working as you described with two
exceptions:
1 - It uses nonblocking I/O
...
05/16/2009
- 12:23 PM Ruby master Bug #1295: SEGFAULT in RHEL 4
- =begin
How many files do you have in this directory? Seemingly you leave too many files open. Close the file you ope...
04/19/2009
- 07:18 AM Ruby master Bug #1392 (Closed): Object#extend leaks memory on Ruby 1.9.1
- =begin
A few bytes are leaked every time Object#extend is called, here is a sample 1.9.1 script
# This code is ...
12/27/2008
- 04:18 AM Ruby master Bug #933 (Closed): Fiber class documentation
- =begin
Initial documentation for the Fiber class.
=end
12/21/2008
- 08:43 PM Ruby master Bug #814: NoMethodError: undefined method `read_nonblock' for #<OpenSSL::SSL::SSLSocket:0x1a64f9a0>
- =begin
I noticed the patch only handled the EWOULDBLOCK exceptions and not EAGAIN.
Wouldn't just adding EAGAIN (...
Also available in: Atom