Switch From FastAGI To CURL
hi,
i want switch my application server(dynamic routing) in node.js from fastAGI to CURL because of
– easier development of REST API server
– testing and debuging
– AGI is not known in the web dev world
what do you think about curl from performance view? (10cps, 500 simult calls per node)
what do you think about using curl for PJSIP realtime vs ODBC?
Marek