<div dir="ltr">I do not believe that this is a server side issue. The PHP script is running on the same server in both examples. </div><div class="gmail_extra"><br clear="all"><div>Christopher Cross<br><a href="mailto:g1ccross@gmail.com" target="_blank">g1ccross@gmail.com</a><br>
<br></div>
<br><br><div class="gmail_quote">On Thu, May 1, 2014 at 3:48 PM, Chris Hirsch <span dir="ltr">&lt;<a href="mailto:chris@base2technology.com" target="_blank">chris@base2technology.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On 5/1/14, 3:34 PM, Christopher Cross wrote:<br>
&gt; I have the same script on two different machines. One is Fedora 19 and<br>
&gt; the other is CentOS-6.5. The script uploads a CSV to a web server<br>
&gt; where is is processed by a PHP script. This can take almost 2 Hours to<br>
&gt; complete.<br>
&gt;<br>
&gt; On the Fedora machine the script that uploads the file uses curl to do<br>
&gt; the upload then uses curl to hit the page that starts the processing.<br>
&gt; It will continue to run until the processing is done. This is great<br>
&gt; because now I know when I can start my next job without walking all<br>
&gt; over the one that took 2 hours.<br>
&gt;<br>
&gt; The same script on the CentOS machine stays on the process page for<br>
&gt; about a minute. It then exits without error. The processing is still<br>
&gt; working on the web server side as far as I can tell because the DB is<br>
&gt; getting new records.<br>
&gt;<br>
&gt; I thought it could be the Curl versions but I updated the CentOS box<br>
&gt; with a newer version and it did the same thing. Does anyone have any<br>
&gt; ideas on what could be different on the CentOS machine?<br>
&gt;<br>
</div></div>Could the php.ini max execution or max memory time be different on the<br>
two boxes?<br>
_______________________________________________<br>
clue mailing list: <a href="mailto:clue@cluedenver.org">clue@cluedenver.org</a><br>
For information, account preferences, or to unsubscribe see:<br>
<a href="http://cluedenver.org/mailman/listinfo/clue" target="_blank">http://cluedenver.org/mailman/listinfo/clue</a><br>
</blockquote></div><br></div>