Jerome Gravel-Niquet

Results 101 comments of Jerome Gravel-Niquet

I have been pulled on a different project for now, but will get back to this soon (and answer your questions.)

> but importantly : can you provide some code example where what you are trying to do cannot be done via current libcontainer, and this will allow it? If there's...

> I think you might have checked this already, but can the console_socket be useful here? libcontainer provides options to give a fd, where the fd of the master terminal...

Have you tried: ```crystal Kilt.file \ "#{`pwd`.chomp}/app/views/" + @type.name.id. split("::").last. split("Controller").first. downcase + ".ecr" ``` `Kilt.file` does the same as `def_to_s` IIRC.

@kanekoshoyu I'm interested in knowing if you've figured this out. Since `SharedMemoryStorage` also shows degradation, I wonder if you could find the cause with a CPU profile. I suspect this...

What does this change concretely?

I've fixed it by using ``` ID=$(docker run -d kloadut/postgresql echo '') ```

+1 Been using QEJS in the meantime...

We're also interested in this. Not necessarily for the async nature of things, but for the promise of io_uring. Given mmap is now optional (and not the default) in `redb`,...

@casey sounds about right! Have you tried `block_in_place`? No need to switch tasks / threads in many cases. We use it extensively for SQLite calls.