Arc Forumnew | comments | leaders | submitlogin
4 points by drcode 5924 days ago | link | parent

I think an arc execution model should have support for finegrained control over timeout and cpu load... I would love it if I could build a website in a language (such as arc) that would allow me to easily run user-supplied code with enough control in the language where I can say "your code must complete in 0.1 sec or 1000 cpu slices or it will be stopped"


2 points by dfranke 5924 days ago | link

That's more the domain of a concurrency system than a security system, isn't it?

-----