Skip to content

Instantly share code, notes, and snippets.

View EauContraire's full-sized avatar

Contrary Water EauContraire

  • Sea of love
View GitHub Profile
@ictlyh
ictlyh / libpq-epoll.cpp
Created December 30, 2016 01:56
postgresql epoll demo
/*
* Demo of libpq epoll.
* Build: g++ libpq-epoll.cpp -o libpq-epoll -lpq
* Run: ./libpq-epoll
*/
#include <arpa/inet.h>
#include <cstdlib>
#include <cstring>
#include <errno.h>