Scodigo, Inc.

Log In | Register

Cart Items:
0

201 Timeout

Hi Micah, I keep getting a "201 Timeout" error. Any way to prevent that? I'm syncing up 11,000 records between an online database (mysql) and FMPro...

201 Timeout

Micah Woods's picture

Hello Scott,

Take a look in the user manual. You can set the default timeout using the PHP_Timeout function OR you can pass a timeoutSeconds parameter with the PHP_Execute call. That should solve the issue.

Regards,
Micah

Wow

I just redid my code to limit the number of records processed. I can only do 400 at a time! This is going to take me a long time to go through 11k+ records... any help? I tried set_time_limit(0) in my code (and php.ini)... no change.