15 Commits (5694366c96bc61bc81ebb884cfaa3a0504aea45e)

Author SHA1 Message Date
Sean McBride 9dfc740d05 chore: namespace macros and globals in main.c
5 years ago
Sean McBride b0434ac941 build: remove STANDALONE, SBOX_SCALE_ALLOC, USE_LIBUV flags
5 years ago
phani ed234f9ac5 default: async io for http req/resp. sync based io doesn't seem to work with huge data like 500k-1m I tested. They just timeout with concurrency
5 years ago
phani 0c92419978 fixed syscall based sync http-req/resp
5 years ago
phani b9d7278c54 fixes 99% latency problem here (but a problem with 1m data transfer test, it is broken.)
5 years ago
phani 9528f65b32 Synchronous I/O for http request/response fixes 99%tile latencies
5 years ago
phani 69b1f94fe8 scalable sandbox creation in each runtime core
5 years ago
phani 3fab99424a fibonacci test update
5 years ago
phani aa0017f4b0 http request response using uv
5 years ago
phani 8a3e050282 Support TCP (TODO: http parsing based on module specification)
5 years ago
phani 69b6dcf83c added http-parser
5 years ago
phani eb8fcf00c4 Work-stealing deque for global request queue
5 years ago
Phani 670e3ad2b5 revert from standalone
5 years ago
Phani a231796990 for standalone execution
5 years ago
phani 9b0ec6f7dc Changed directory structure
5 years ago