25 Commits (2220cf34a0d2d6064c6b03a1b62fc0aac3ddbb33)

Author SHA1 Message Date
Sean McBride 2220cf34a0 chore: rerun formatter
5 years ago
Sean McBride 0c85cd4102 chore: Assorted cleanup
5 years ago
Sean McBride 3d6266750e chore: assorted refactors
5 years ago
Sean McBride 69086d012d Various refactors and end-to-end tracking of cycles
5 years ago
Sean McBride d058f99e0f feat: Assign start_time to sandbox
5 years ago
Sean McBride b0434ac941 build: remove STANDALONE, SBOX_SCALE_ALLOC, USE_LIBUV flags
5 years ago
Sean McBride e61be257f9
chore: add clang-format from Composite (#5)
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 645d138787 for runtime with multi-sandboxing, globals are to be populated per sandbox, that was what causing random crashes!
5 years ago
phani 69b1f94fe8 scalable sandbox creation in each runtime core
5 years ago
phani 576bc4b086 sandbox alloc on each core, for scalability
5 years ago
phani affe5fbc35 read() chunks fix, other standalone compilation fixes
5 years ago
phani ae392fdfe3 read from stdin (http req body), write to stdout (http resp body), bug fixes in http parsing
5 years ago
phani 2e8a22b710 fix for standalone execution
5 years ago
phani 618f269a9a content-length header in response
5 years ago
phani 27b317116d reset offset in read
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 d31057ebde cleanup commented code
6 years ago
phani 9376453058 uvio for sandbox response.
6 years ago
phani 95bf6fc1a9 udp response (return value of main) and multi-threaded udp client
6 years ago
phani eb8fcf00c4 Work-stealing deque for global request queue
6 years ago
phani 9b0ec6f7dc Changed directory structure
6 years ago