<div class="gmail_quote">On 10 May 2012 03:00, Đỗ Hoàng Khiêm <span dir="ltr"><<a href="mailto:dohoangkhiem@gmail.com" target="_blank">dohoangkhiem@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im HOEnZb">Ok, let suppose that I use a single
 container handling multiple requests. So can you describe a right 
strategy to serve many applications at same time, in my naive thinking, I
 would invoke such command like "<span style="font-family:courier new,monospace">lxc-execute -n <i>my-lxc-name</i> <i>command_to_execute args</i></span>",  but is it possible to execute it simultaneously, as I see that when I started a container, I can't run <span style="font-family:courier new,monospace">lxc-execute</span> for this container from host machine.<br>

</div></blockquote></div><br>Can you tell me a bit more about the application you are running? Do you need to create a new process for each request that you serve? Is there is a daemon process running somewhere which initially handles the requests and spawns the new processes?<br>

<br>-Ben<br><br>