[clue] CLI curl and what is different.

Christopher Cross g1ccross at gmail.com
Thu May 1 16:02:47 MDT 2014


I do not believe that this is a server side issue. The PHP script is
running on the same server in both examples.

Christopher Cross
g1ccross at gmail.com



On Thu, May 1, 2014 at 3:48 PM, Chris Hirsch <chris at base2technology.com>wrote:

> On 5/1/14, 3:34 PM, Christopher Cross wrote:
> > I have the same script on two different machines. One is Fedora 19 and
> > the other is CentOS-6.5. The script uploads a CSV to a web server
> > where is is processed by a PHP script. This can take almost 2 Hours to
> > complete.
> >
> > On the Fedora machine the script that uploads the file uses curl to do
> > the upload then uses curl to hit the page that starts the processing.
> > It will continue to run until the processing is done. This is great
> > because now I know when I can start my next job without walking all
> > over the one that took 2 hours.
> >
> > The same script on the CentOS machine stays on the process page for
> > about a minute. It then exits without error. The processing is still
> > working on the web server side as far as I can tell because the DB is
> > getting new records.
> >
> > I thought it could be the Curl versions but I updated the CentOS box
> > with a newer version and it did the same thing. Does anyone have any
> > ideas on what could be different on the CentOS machine?
> >
> Could the php.ini max execution or max memory time be different on the
> two boxes?
> _______________________________________________
> clue mailing list: clue at cluedenver.org
> For information, account preferences, or to unsubscribe see:
> http://cluedenver.org/mailman/listinfo/clue
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cluedenver.org/pipermail/clue/attachments/20140501/361af394/attachment.html 


More information about the clue mailing list