Re: [PHP] CURL efficiency?

2007-11-16 Thread Per Jessen
Michael McGlothlin wrote: I make use of CURL to talk to a back-end system and I'm calling it several times per requested page and there are several page requests a second. Is there anything I can do to make this process more efficient? Does keep alive work? Do I need to keep the same

Re: [PHP] CURL efficiency?

2007-11-16 Thread Nathan Nobbe
On Nov 15, 2007 4:41 PM, Michael McGlothlin [EMAIL PROTECTED] wrote: I make use of CURL to talk to a back-end system and I'm calling it several times per requested page and there are several page requests a second. Is there anything I can do to make this process more efficient? Does keep

[PHP] CURL efficiency?

2007-11-15 Thread Michael McGlothlin
I make use of CURL to talk to a back-end system and I'm calling it several times per requested page and there are several page requests a second. Is there anything I can do to make this process more efficient? Does keep alive work? Do I need to keep the same connection handler and not close it