philbu Posted January 22, 2016 Share Posted January 22, 2016 Hi guys, yet another HQueue problem. My team and I expanded our university's renderfarm and now we're at about 100 clients. Everything is working great, but the web interface of the HQueue was getting slower and slower with each client we added and is now it's nearly unusable... We've tried different browsers (chrome, firefox, internet explorer...) but nothing changed. Our setup is pretty much the one suggested by SESI in the help section, so the shared folder and the hqserver are two different machines. Do you guys know this problem, or maybe even have a solution for it? Thank you, Philipp Quote Link to comment Share on other sites More sharing options...
sebkaine Posted January 22, 2016 Share Posted January 22, 2016 (edited) I think you should directly contact SESI support to get the best advise at support@sidefx.com. They were very responsive for my HQUEUE problems. I would say that 2 potential source are - SQlite start to show his limits, and thus a MySQL switch could help in your situation http://www.sidefx.com/docs/hqueue15.0/help/optional.html - Or you have Network issues that are absolutely not related to HQUEUE But again i would prepare a very detail mail with : - the problems you encounter - your machines specs - your network specs Be as precise and concise as you can ... and ask directly @SESI. Cheers E Edited January 22, 2016 by sebkaine Quote Link to comment Share on other sites More sharing options...
philbu Posted January 22, 2016 Author Share Posted January 22, 2016 Thank you very much Emmanuel for the fast reply I am going to do that. All the best, Philipp Quote Link to comment Share on other sites More sharing options...
sebkaine Posted January 22, 2016 Share Posted January 22, 2016 If you solve the problem with SESI, please don't hesitate to post your solve on this topic. I will be very interested to know if SQlite was the source of the poor performance or not ... Quote Link to comment Share on other sites More sharing options...
philbu Posted January 22, 2016 Author Share Posted January 22, 2016 I was planning to do that. Hopefully you will hear from me soon Quote Link to comment Share on other sites More sharing options...
ben Posted January 22, 2016 Share Posted January 22, 2016 SESI support answer : We've seen in the past where the Completed Jobs table in the JOB's web page can slow down the server if there are too many finished jobs. Try cleaning out that table by deleting any finished jobs. One way you could do this outside of the web interface is through the HQueue server configuration file. Open hqserver.ini and set the `hqserver.expireJobsDays` key to a smaller number like 3. Then restart the HQueue Server service and wait as the system cleans out jobs that haven't been active for more than 3 days. The cleanup process may take several minutes depending on the number of jobs that get deleted. Other tips/tricks to help debug: - Clear out any client and server errors that appear on the web interface's JOBS page. - Reduce the number of web browsers that are currently viewing the HQueue web interface. Quote Link to comment Share on other sites More sharing options...
philbu Posted January 22, 2016 Author Share Posted January 22, 2016 (edited) Thank you Benoit, that is the same answer i got from the support, but that was not the solution for me. They told me that they will contact the developers. I will report back if they can solve my problem. Edited January 22, 2016 by philbu Quote Link to comment Share on other sites More sharing options...
philbu Posted January 25, 2016 Author Share Posted January 25, 2016 A brief update for those who are interested: The support helped me to cut down the possible reasons of my problems to two causes. Either my ethernet card or the connected switches cannot handle all the traffic, or, like Emmanuel already pointed out, it is a database problem. Tomorrow I will check my hardware once again and if everything is alright, I will try to migrate to mysql. If someone in here already migrated from sqlite to mysql on windows and has helpful tips, it would be awesome, because the tutorial on the help page is only for linux Quote Link to comment Share on other sites More sharing options...
philbu Posted February 2, 2016 Author Share Posted February 2, 2016 Hi guys. I finally managed to get everything going using mysql, there was an error holding me back, but with the latest build of houdini SESI solved that problem.Now my web interface is more responsive. I think that it is still a bit slow, but it is usable Quote Link to comment Share on other sites More sharing options...
dlabi Posted May 15, 2018 Share Posted May 15, 2018 What I've found useful was set CPU affinity of python process -1 processor even if CPU usage wasn't high. This made web response faster without needing to switch over to SQL. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.