Re: fibers on a unix socket

2019-01-31 Thread tomas
On Thu, Jan 31, 2019 at 05:43:42PM +0100, Catonano wrote: > Hello > > in Fibers there's an example of a client connecting to a server > > I'd like to do the same thing BUT in my case the server provides a unix > socket. > > It's a unix socket provided by Postgresql. On Ubuntu it's here > /var/ru

Re: fibers on a unix socket

2019-01-31 Thread Chris Vine
On Thu, 31 Jan 2019 17:43:42 +0100 Catonano wrote: > Hello > > in Fibers there's an example of a client connecting to a server > > I'd like to do the same thing BUT in my case the server provides a unix > socket. > > It's a unix socket provided by Postgresql. On Ubuntu it's here > /var/run/post

fibers on a unix socket

2019-01-31 Thread Catonano
Hello in Fibers there's an example of a client connecting to a server I'd like to do the same thing BUT in my case the server provides a unix socket. It's a unix socket provided by Postgresql. On Ubuntu it's here /var/run/postgresql/.s.PGSQL.5432 I'm wondering about these 3 lines the fibers cli