Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Isolate the loading and running of user code #5

Open
eliza411 opened this issue Mar 12, 2013 · 0 comments
Open

Isolate the loading and running of user code #5

eliza411 opened this issue Mar 12, 2013 · 0 comments
Assignees

Comments

@eliza411
Copy link

Feature: Isolate the loading and running of user code
In order to ensure that my actions do not affect others and are not affected by others
As a web user
I want them to be isolated from others

Lotyrin said:
Interactions which involve loading/running user code should probably be isolated for safety reasons.

LXC offers comprehensive isolation features with fairly minimal resource consumption but there are still some decisions to be made:

How and when do we create containers
How do we make interactions with containers fast

I think we'll probably want to have a set number of "worker" containers pulling jobs and pushing results into a queue. It prevents exploding the number of containers that are active at a given time, but also should allow for a reasonable quality of service (response time, throughput)

@ghost ghost assigned lotyrin Mar 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants