Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-18 | Go: removing C proxy functions and re-using goroutines. | Max Romanov | 1 | -21/+11 | |
2020-08-11 | Introducing the shared application port. | Max Romanov | 1 | -0/+2 | |
This is the port shared between all application processes which use it to pass requests for processing. Using it significantly simplifies the request processing code in the router. The drawback is 2 more file descriptors per each configured application and more complex libunit message wait/read code. | |||||
2019-12-24 | Go: moving source files to the root of the project. | Max Romanov | 1 | -0/+40 | |
This patch includes packaging changes related to files move. |