yandex-qatools / postgresql-embedded

Embedded PostgreSQL Server
Other
494 stars 90 forks source link

[question] Can I specify directory for Unix Socket listening? #98

Open archenroot opened 7 years ago

archenroot commented 7 years ago

Related to my previous question. As I plan to do some hpc benchmarks with extension I also would like to disable TCP stack, or additionally enable Unix Sockets directory(ies) to prevent TCP overhead.

Is it possible?

Thanks.

archenroot commented 7 years ago

This is little bit related to this extension for connectivity to PostgreSQL instance without TCP overhead, the work has been done at: https://github.com/impossibl/pgjdbc-ng/issues/169