Paul,

It’s not possible in this application for two calls to PHP Execute to run at 
the same time.

But the default port 8002 may have some other conflict, and I had not 
considered that….

Now I will create a batch file that runs as administrator and displays port 
8002:

Netstat -aon | find “:8002 “
Pause

That should allow me to see if it is a port conflict.

Thanks!

David Ringsmuth

From: Paul Dennis via 4D_Tech
Sent: Friday, July 12, 2019 2:45 AM
To: 4d_tech@lists.4d.com
Cc: Paul Dennis
Subject: Re: $success_f:=PHP Execute($file_path_t;"";$result_t) 
intermittentfailure

Hello David,

We had a similar problem and there are a number of posts on the form about
it. The most common cause is you have another application using the same
port defined in the database settings PHP. If you got two copies afford the
running there will be conflict using the same php port at the same time
which is why it is intermittent. I think you can only have one PHP call 
running simultaneously.

Paul



--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to