Emil

Results 14 comments of Emil

Hello Richard, I am a second year PhD student in the Systems lab and currently mainly involved with the Sledge framework. Nice to meet you! I read your proposal and...

Hi! The questions you asked are pretty straightforward and have been answered in the Sledge and awsm papers, I believe. If there's any concrete question along the road, I will...

The proposed solution sounds promising, but what if a worker has a NZ value (hence there's a blocked sandbox at that worker) AND meanwhile the worker picked another sandbox from...

One additional idea: - Building: multi-tenant infrastructure for tracking execution, and rate-limiting when necessary.

Is this it? ![result](https://user-images.githubusercontent.com/9067141/122657946-f6184b00-d178-11eb-953d-74c8d044a6e9.png) How to reproduce: Server: `~/sledge-server/runtime/experiments/workload_mix_realworld$ SLEDGE_NWORKERS=1 ./run.sh -s -e=fifo_nopreemption.env ` Client: `~/sledge-client/runtime/experiments/workload_mix_realworld$ curl --data-binary "@resize/shrinking_man_large.jpg" "http://10.10.1.1:10019" --output result.png`

What do you mean? Isn't the deque variant supposed to be lock-free?

I am still getting these errors on the client side. Not with 503 though, but mostly with 429 (Admissions Controller denying a requrest) and sometimes with 409 (shedding [killing] a...

> Does the hey -disable-keepalive option make a difference? Nope. I use hey with that option by default. > I'd also be curious if this happens to be an HTTP...

I did a complete new cleanup on the repo. Got rid of all the #ifdef I added before. Instead provided a simpler Makefile flag to compile for .so lib. Got...

Hello! Well, we have a comparison utility for comparing against wamr (also others) in the repo. Bench for a single app (fibonacci): https://github.com/gwsystems/wasm_apps/blob/master/fibonacci/Makefile Bench for all the supported apps: https://github.com/gwsystems/wasm_apps/blob/master/Makefile...