Sorry, I take that back. I don't think it will work because shell calls are blocking - your app will do nothing until the shell call to curl is completed, appending an ampersand (to put the process in the background) doesn't work in Rev on OS X.

BTW, what are the problems you're having with libURL and https? I had some problems with frequent timeouts, and although I've since migrated that particular app to using curl, before I did, I managed to come up with a repeat loop that kept trying until it succeeded. Not ideal, but it worked.

Best,

Mark

On 30 Aug 2007, at 00:46, Mark Smith wrote:

Sadly, as things stand, we can't interact with the shell on OS X (see bug 2538), so Brian's suggestion of using curl and monitoring the resulting file seems like it could work.

Best,

Mark

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to