Search found 47 matches

by selsner
Mon Mar 27, 2017 1:36 pm
Forum: General
Topic: AFrender quiting.
Replies: 6
Views: 7926

Re: AFrender quiting.

Will try.
by selsner
Mon Mar 27, 2017 1:35 pm
Forum: General
Topic: Question about server profiling
Replies: 13
Views: 16885

Re: Question about server profiling

Ok, this is a copy paste of a current output of the server. Served connections per second: 90 Mon 27 Mar 15:33.14: Server load profiling: Clients per second: 87.10, Now: 1 Prep: 0.05, Proc: 318.50, Post: 0.00, Tolal: 318.54 ms So it takes a long time to process messages. Is there a way to fiurther p...
by selsner
Mon Mar 27, 2017 12:24 pm
Forum: General
Topic: AFrender quiting.
Replies: 6
Views: 7926

Re: AFrender quiting.

I am seeing the exact same problem right now with one of our remote offices.
by selsner
Mon Mar 27, 2017 12:13 pm
Forum: General
Topic: Not Solving in parallel mode
Replies: 3
Views: 6001

Re: Not Solving in parallel mode

I think when we implemented this here at work, the parallel mode (which is set on the user ) was not implemented for the scenario. I think it only works in the "af_solving_use_capacity": false case currently.
by selsner
Mon Mar 27, 2017 12:09 pm
Forum: General
Topic: Afserver crashes
Replies: 43
Views: 52933

Re: Afserver crashes

yes, it worked since last wednesday without crash.
by selsner
Thu Mar 23, 2017 1:15 pm
Forum: General
Topic: Question about server profiling
Replies: 13
Views: 16885

Question about server profiling

I am interested in the total time for one server "loop" from profiling. For us it is something like 700ms maximum with ~300 "clients". Is this too much? I am trying to find if our server is too slow or the network might be bad on our side....
by selsner
Thu Mar 23, 2017 1:11 pm
Forum: General
Topic: Afserver crashes
Replies: 43
Views: 52933

Re: Afserver crashes

server is running quite well now with 80 renders added since the change of stacksize. One crash yesterday after printing: AFERROR: JobProgress::JobProgress: invalud number of tasks = 0 (m_job_id=0,block=0) But someone send a job via python at the same time, and the submission crashed in the middle.....
by selsner
Mon Mar 20, 2017 12:44 pm
Forum: General
Topic: Afserver crashes
Replies: 43
Views: 52933

Re: Afserver crashes

running it too now.
by selsner
Fri Mar 17, 2017 10:11 am
Forum: General
Topic: Afserver crashes
Replies: 43
Views: 52933

Re: Afserver crashes

I have no good idea on how computation intensive receiving and parsing messages is, but wouldn't it be better to have Thread Pools with more than one thread to do the work?
by selsner
Fri Mar 17, 2017 1:16 am
Forum: General
Topic: Afserver crashes
Replies: 43
Views: 52933

Re: Afserver crashes

Did you have issues before with afserver and without the new setting? I was not really able to reproduce on centos 6.6 via the afcmd command.....