Process Forking? Hey All,
Just wondered if anyone had experience with Facebook App development or PHP Process forking? Here is my problem:
I have created an application that allows the user to generate an image and tag a friend in it, the app then tags the photo and transfers it to Facebook using CuRL and XML. however when sending multiple photos the FB app is timing out as each CuRL call is taking 1-2 seconds.
Possible solutions?
1. Let the browser finish executing straight away, therefore no error to the user, and start a server to server call in the background to send the degrees.
2. Upload multiple photos at one time to Facebook.
If anybody know/has experience of either the above solutions I would greatly appreciate being pointed in the best direction.
Info; i'm on a Dedicated Server / All data for the images and users is store in a MySQL db.
Thanks for your time,
Andy. |