I was hoping that those knowledgeable in these things could tell me, strategically, which curl method would be most cpu friendly for me to use to access my restful web service.<br><br><ol><li>Use freeSWITCH&#39;s mod_curl and issue an api:executeString( &quot;curl ..&quot;) command</li>
<li>Use the luacurl library from <a href="http://luaforge.net/projects/luacurl/">http://luaforge.net/projects/luacurl/</a></li><li>Use linux&#39;s curl through an io.popen() command <br></li></ol><br>I was intending to use the luacurl library, but it occured to me that mod_curl might have been specially engineered to provide better efficiency.<br>
<br>Thanks.<br>