Re: CURL efficiency?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 connection
> handler and not close it after each request? Anyway to make CURL
> connections persistant like I can with MySQL and Memcache? Anything
> else that'd help? Thanks.

How about letting apache proxy things for you instead?  You'd would map
your backend system URLs into your frontend system e.g.
through "/backend/" - I'm not sure how well that would fit into your
current setup, though. 


/Per Jessen, Zürich

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux