Page 1 of 1

downloading hangs on large studies

Posted: Thu May 11, 2006 1:30 am
by rayrad
Hi,

Even after increasing the timeouts and memory allocated in php.ini, I'm still having difficulties downloading large studies (300 to 500 MB). Downloading individual series is okay, but downloading the whole study hangs on a time-out. Any thoughts? Is there an easy way to solve this?

thanks!

Posted: Thu May 11, 2006 1:43 am
by pacsone
You can try setting the PHP not to timeout at all, by setting the following variable in your PHP.INI file:

Code: Select all

max_execution_time = 0
restart Apache, try the same large download again, and watch the Apache process apache.exe from the Task Manager, make sure the process id (PID) does not change and the process stays busy (moderate CPU usage) until the download is complete.

Posted: Thu May 11, 2006 9:02 pm
by rayrad
I'll try that - good point, I forgot to watch the process load on that.

You should have received our order for the software- thanks for your support!

-Ray

Posted: Sat May 13, 2006 4:54 am
by rayrad
It worked - about 10 minutes for a download...

Posted: Sat May 13, 2006 9:40 am
by pacsone
It's not too bad for a 300-500 MB study. You may want to beef up your server, e.g., faster CPU, more RAM, etc., if you think this is too slow.