dm1try (Dmitry Dedov)
- Login: dm1try
- Email: me@dmitry.it
- Registered on: 11/22/2018
- Last sign in: 03/22/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
01/01/2019
-
10:58 PM Ruby Feature #13618: [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
- normalperson (Eric Wong) wrote:
> > https://bugs.ruby-lang.org/issues/13618
> ...
Eric, FYI, something is wrong with native threads on osx in this update(though I'm not sure if it worked before)
code example:
```ruby
# test.rb
requ...
12/07/2018
-
11:49 AM Ruby Bug #15356: Rack::Deflater on Rails responds with no data on Ruby 2.6.0
- normalperson (Eric Wong) wrote:
> OK, I'm pretty sure r66268 fixes it. It's still my fault, not
> ...
though this patch leads to described behavior, it looks like the actual problem can be solved by putting `Rack::Deflater` to the pro...
11/22/2018
-
03:40 PM Ruby Feature #13618: [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
- normalperson (Eric Wong) wrote:
>
> ...
Nice! Now it works. Moreover, the example above was extracted from a bigger one example for a common web scenario: "dumb" http server which accepts clients requests to the queue in a native thr... -
01:28 AM Ruby Feature #13618: [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
- @normalperson thank you for your work!
normalperson (Eric Wong) wrote:
> https://80x24.org/ruby.git thread-light-r65903
> ...
I've just tested this branch(`osx/kqueue`). It looks like `sleep` does not work as expected(it blocks f...