summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Split gp_utils.h into proxy headers and commonly useful headersSimo Sorce2012-01-291-107/+0
|
* Add rpc processing infrastructureSimo Sorce2012-01-201-0/+8
|
* Refactor workers init so we can pass down gpctxSimo Sorce2012-01-191-1/+2
|
* Organize workers in free and busy listsSimo Sorce2012-01-181-0/+25
| | | | | | | This avoids going through an array to chase free threads, so that assigning work is O(1) instead of O(n). Will also make easier to later change the number of available workers dynamically.
* Add worker threadsSimo Sorce2012-01-171-3/+13
|
* Add proper reader/writer functions to gp_socketSimo Sorce2012-01-171-0/+6
|
* Add gssproxy_ctxSimo Sorce2012-01-171-0/+4
| | | | And store configuration context within it.
* add support for demonization optionSimo Sorce2012-01-141-1/+1
|
* Add utils to read a configuration fileSimo Sorce2012-01-141-0/+10
|
* Socket helpersSimo Sorce2012-01-041-0/+4
|
* Server initialization helpersSimo Sorce2012-01-041-0/+39