GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A proxy backend connection. More...
Go to the source code of this file.
Functions | |
int | gp_proxy_server_init (const char *conn_path) |
Start a proxy backend sever. | |
int | gp_proxy_client_connect (const char *conn_path) |
Connects to a proxy backend sever. | |
A proxy backend connection.
Definition in file gp_proxy_conn.h.
int gp_proxy_client_connect | ( | const char * | conn_path | ) |
Connects to a proxy backend sever.
Connects to an UNIX socket. This is a low level API the gp_proxy_init() is build on.
conn_path | Path to an UNIX socket, pass NULL for default. |
int gp_proxy_server_init | ( | const char * | conn_path | ) |
Start a proxy backend sever.
Creates a UNIX socket and starts listening for application connections.
conn_path | Path to an UNIX socket, pass NULL for default. |