New topic: Submitting forms - shell CURL versus socket
<http://forums.realsoftware.com/viewtopic.php?t=25763> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message innovati Post subject: Submitting forms - shell CURL versus socketPosted: Tue Dec 23, 2008 2:09 pm Joined: Tue Dec 23, 2008 2:04 pm Posts: 1 I've been working on an app that communicates with a social network API via several threads. This involves sending form data and interpreting the results. Currently, I've been using the unix 'curl' command via a realbasic 'shell' item, since I'm really familiar with unix and curl. This does the job... but the threads seem, well, not terribly efficient. Of course, that could just be my code. Does anybody have any thoughts whether switching to using a realbasic socket to send / receive HTTP form data would be faster / more efficient from a threaded code standpoint? I'm using realbasic 2008v4 on an intel mac (leopard). Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 1 post ] -- Over 900 classes with 18000 functions in one REALbasic plug-in. The Monkeybread Software Realbasic Plugin v8.1. <http://www.monkeybreadsoftware.de/realbasic/plugins.shtml> [email protected]
