in reply to Can't get multiple Parallel::ForkManager threads connecting to DBD::Pg database

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re: Can't get multiple Parallel::ForkManager threads connecting to DBD::Pg database

Replies are listed 'Best First'.
Re^2: Can't get multiple Parallel::ForkManager threads connecting to DBD::Pg database
by Anonymous Monk on Jul 22, 2021 at 16:34 UTC

    Threads are extremely lightweight and do not own resources.

    Ooh, so close yet... Sorry, not close at all. ffs.