ferna084
06-13-2007, 01:47 PM
Hey guys, my current web host is Godaddy.com. I'm trying to write a Mashup with the Flickr API that will allow users to submit pictures to my Flickr premium account and also create a Photoset(album) in the process. I got it to work but the problem is that uploading on the user side, feels really slow because not only does he have to wait for the image to upload... but he has to wait for the php file to return the method calls from the Flickr API.
I found a couple of ways to to "fork" the part of the code that calls the Flickr API methods, but they require you to be able to call exec() and pcntl_fork() php functions, which sadly Godaddy.com has disabled....
Are there any other ways to do this without these functions? I think server side CGI scripts could do the trick... Also can anyone recommend a web host that gives you exec() and pcntl_fork() rights?
Thanks
I found a couple of ways to to "fork" the part of the code that calls the Flickr API methods, but they require you to be able to call exec() and pcntl_fork() php functions, which sadly Godaddy.com has disabled....
Are there any other ways to do this without these functions? I think server side CGI scripts could do the trick... Also can anyone recommend a web host that gives you exec() and pcntl_fork() rights?
Thanks
