Re: Fork Safety guide

2020-11-03 Thread Rob Galanakis
;> I would like to contribute to Sequel documentation by writing a "Fork >> Safety" guide, which would list various libraries that fork (Puma, Unicorn, >> Passenger, Spring), and show where to put the Database#disconnect call to >> make it fork-safe. I would move

Re: Fork Safety guide

2020-11-03 Thread Jeremy Evans
On Mon, Nov 2, 2020 at 11:46 PM Janko Marohnić wrote: > Hi Jeremy, > > I would like to contribute to Sequel documentation by writing a "Fork > Safety" guide, which would list various libraries that fork (Puma, Unicorn, > Passenger, Spring), and show where to put the Da

Fork Safety guide

2020-11-02 Thread Janko Marohnić
Hi Jeremy, I would like to contribute to Sequel documentation by writing a "Fork Safety" guide, which would list various libraries that fork (Puma, Unicorn, Passenger, Spring), and show where to put the Database#disconnect call to make it fork-safe. I would move the last section of