22 Commits (bd78bccb38db573b3ff2c817eeca8d3092478bc7)

Author SHA1 Message Date
Sean McBride bd78bccb38 chore: first rename pass
4 years ago
Sean McBride 6b9919ddf5 chore: comment out debug flag
4 years ago
Sean McBride b979809c12 chore: fix debuglog usage
4 years ago
Sean McBride d14af73c30 chore: remove unused types
5 years ago
phani cfa458c5b9 moved jsmn, http-parser to thirdparty/ and pulled in ck submodule there too
5 years ago
phani 37db945637 TODO: use CK? for env.c
5 years ago
phani 7ff05b9d73 making it work for aarch64 - seem to work on RPi
5 years ago
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