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}]]
>                  `-httpd.worker---6*[{httpd.worker}]
>
> The problem is that I can't catch the situation with memory overflow. When 
> webfaction notifies me, all processes are killed already.
>
> Is there any way to resolve this situation?
>
> Thank you.
>
> On Monday, March 16, 2015 at 9:33:13 AM UTC+2, Graham Dumpleton wrote:
>
> Does WebFaction provide the 'pstree' program?
>
> If it does, learn how to use it to show parent/child relation ships.
>
> Else work out how to get 'ps' to show both process ID and parent process 
> ID.
>
> The extra processes could be the result of something int your web 
> application forking child processes to do stuff still, even though you have 
> tried to farm stuff out to the separate task manager. It is too hard to 
> tell based on just the information you have given.
>
> Graham
>
> On 12/03/2015, at 11:18 PM, Paul Royik <[email protected]> wrote:
>
> Here is my express-config
> mo
>
> ...

-- 
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