Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split gp_utils.h into proxy headers and commonly useful headers | Simo Sorce | 2012-01-29 | 1 | -107/+0 |
| | |||||
* | Add rpc processing infrastructure | Simo Sorce | 2012-01-20 | 1 | -0/+8 |
| | |||||
* | Refactor workers init so we can pass down gpctx | Simo Sorce | 2012-01-19 | 1 | -1/+2 |
| | |||||
* | Organize workers in free and busy lists | Simo Sorce | 2012-01-18 | 1 | -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 threads | Simo Sorce | 2012-01-17 | 1 | -3/+13 |
| | |||||
* | Add proper reader/writer functions to gp_socket | Simo Sorce | 2012-01-17 | 1 | -0/+6 |
| | |||||
* | Add gssproxy_ctx | Simo Sorce | 2012-01-17 | 1 | -0/+4 |
| | | | | And store configuration context within it. | ||||
* | add support for demonization option | Simo Sorce | 2012-01-14 | 1 | -1/+1 |
| | |||||
* | Add utils to read a configuration file | Simo Sorce | 2012-01-14 | 1 | -0/+10 |
| | |||||
* | Socket helpers | Simo Sorce | 2012-01-04 | 1 | -0/+4 |
| | |||||
* | Server initialization helpers | Simo Sorce | 2012-01-04 | 1 | -0/+39 |