Is there any way you can help me further?

On Sunday, March 29, 2015 at 3:47:14 PM UTC+3, Paul Royik wrote:
>
> Is there any way you can help me further?
>
> On Tuesday, March 17, 2015 at 7:51:39 AM UTC+2, Paul Royik wrote:
>
> OK.
> Thank you very much.
>
> On Tuesday, March 17, 2015 at 12:39:09 AM UTC+2, Graham Dumpleton wrote:
>
> The most likely scenario as I made reference to before is that right now 
> there is no limits on how many algorithm processes are running.  So if you 
> have a lot of concurrent requests come in which need the algorithm to run, 
> you can run out of memory. The task manager will need to be modified to 
> implement a queue and only a certain number of the algorithm processes 
> allowed to run at one time, with an error going back if one can't be run at 
> that time, or a timeout allowed on the initial starting of a new process.
>
> I am quite busy right now so don't have the time to explain the changes, 
> but I will when I have a chance.
>
> Graham
>
>
> On 17/03/2015, at 6:30 AM, Paul Royik <[email protected]> wrote:
>
> Hello.
> 'pstree' is provided.
>
> Here it is for now:
> [simamura@web373 ~]$ pstree
> ?-+-httpd-+-httpd
>   |       |-2*[httpd---13*[{httpd}]]
>   |       `-httpd---12*[{httpd}]
>   `-httpd.worker-+-2*[httpd.worker---14*[{httpd.worker}]]
>     
>
> ...

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to