I added this line in the script - print Dumper( $dbh->{pg_socket} ); - and
I get
$VAR1 = 196;thanks paolo 2014-10-14 3:32 GMT+02:00 sri <[email protected]>: > Oh i just remembered something, PostgreSQL might be using named pipes on >> Windows, which don't work with the poll() system call. >> > > Might be interesting to see what $db->dbh->pg_socket returns. > > -- > sebastian > > -- > You received this message because you are subscribed to the Google Groups > "Mojolicious" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/mojolicious. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
