Sharon Rosner

Results 75 issues of Sharon Rosner

```ruby def respond_gzip_from_io(io, opts) r, w = IO.pipe spin do writer = Zlib::GzipWriter.new(w) io.feed_loop(writer, :

This is a great project! Would it be possible to configure replication for whole directories with multiple database files, with arbitrary number of nested directories?

enhancement

Use `io_uring_prep_multishot_accept` in `#accept_loop` on Linux 5.19+.

https://rubyapi.org/3.1/o/thread/mutex

https://github.com/digital-fabric/polyphony/blob/master/test/test_io.rb#L312-L318

Reported by @fguillen: ![image](https://user-images.githubusercontent.com/291/143820299-aaa28798-3502-45e3-afdc-19de53cbab23.png)

Been running into problems when calling accept_loop on an SSLServer.