Re: [fw-general] Zend_Http_Client_Adapter_Socket

2007-12-11 Thread Alexander Johannesen
On Dec 11, 2007 4:51 PM, Eric Coleman [EMAIL PROTECTED] wrote:
 I'm not really sure what the best approach is to accomplishing it,
 however I'd really be interested in having this ability.

I suspect the interface needs to be extended a bit with a action()
method and a addTask() method to add tasks to the stack. Maybe even
look into the MVC model for a place for this. Anyone in the depths of
ZF with thoughts on this? Performance is becoming the no. 1 asked for
feature these days ... :)


Alex
-- 
---
 Project Wrangler, SOA, Information Alchemist, UX, RESTafarian, Topic Maps
-- http://shelter.nu/blog/ 


[fw-general] Zend_Http_Client_Adapter_Socket

2007-12-10 Thread Alexander Johannesen
Hi,

Is there any thoughts on making the Zend_Http_Client_Adapter_Socket
multitasking? Currently one can only do sequences of requests, but
given response times and size of requests it would be very good to
multi-task these requests. I currently handle a number of web services
that in sequence spans several seconds, but (in a prototype with
sockets) multi-tasked is cut in 1/4.

I could give it a stab myself, but wanted to know if there were any
plans or further thoughts about this?


Regards,

Alex
-- 
---
 Project Wrangler, SOA, Information Alchemist, UX, RESTafarian, Topic Maps
-- http://shelter.nu/blog/ 


Re: [fw-general] Zend_Http_Client_Adapter_Socket

2007-12-10 Thread Eric Coleman
I gave it a shot once... however, my results weren't so hot.  It was  
very hackish as I tried to implement it by extending classes.


I'm not really sure what the best approach is to accomplishing it,  
however I'd really be interested in having this ability.


Regards,
Eric

On Dec 10, 2007, at 6:50 PM, Alexander Johannesen wrote:


Hi,

Is there any thoughts on making the Zend_Http_Client_Adapter_Socket
multitasking? Currently one can only do sequences of requests, but
given response times and size of requests it would be very good to
multi-task these requests. I currently handle a number of web services
that in sequence spans several seconds, but (in a prototype with
sockets) multi-tasked is cut in 1/4.

I could give it a stab myself, but wanted to know if there were any
plans or further thoughts about this?


Regards,

Alex
--
---
Project Wrangler, SOA, Information Alchemist, UX, RESTafarian, Topic  
Maps
-- http://shelter.nu/blog/