MarcosFRGames
New Member
- Messages
- 11
- Reaction score
- 0
- Points
- 1
My setup on JustRunMy.APP simply holds an open HTTP connection to my x10Hosting PHP script for as long as that script needs to finish processing external APIs. I have to do this because `ignore_user_abort` and `flush` are disabled on the hosting. Telegram already gets an instant response from JustRunMy.APP, so users don't wait. JustRunMy.APP then waits for the slow PHP response.
I've capped it to fewer than 5 concurrent connections to avoid consuming all PHP processes. The IP of JustRunMy.APP still gets automatically blocked. Please whitelist it so it can talk to my site without being flagged.
I've capped it to fewer than 5 concurrent connections to avoid consuming all PHP processes. The IP of JustRunMy.APP still gets automatically blocked. Please whitelist it so it can talk to my site without being flagged.