RE: [flexcoders] Re: Async Concurrent Requests with AMF for BlazeDS or LCDS

2008-05-25 Thread Tim Stewart
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Seth Hodgson Sent: Saturday, 24 May 2008 2:59 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Async Concurrent Requests with AMF for BlazeDS or LCDS Hi Tim, Yeah, it's the same issue. With proxied calls though

RE: [flexcoders] Re: Async Concurrent Requests with AMF for BlazeDS or LCDS

2008-05-23 Thread Seth Hodgson
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of MyoT Sent: Thursday, May 22, 2008 6:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Async Concurrent Requests with AMF for BlazeDS or LCDS Hi Seth, This is awesome information. I didn't know player batch them up and send

RE: [flexcoders] Re: Async Concurrent Requests with AMF for BlazeDS or LCDS

2008-05-23 Thread Seth Hodgson
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim Stewart Sent: Thursday, May 22, 2008 9:56 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Async Concurrent Requests with AMF for BlazeDS or LCDS Hi Seth, could you say whether this is similar to the limitation

Re: [flexcoders] Re: Async Concurrent Requests with AMF for BlazeDS or LCDS

2008-05-23 Thread Douglas Knudsen
:* [flexcoders] Re: Async Concurrent Requests with AMF for BlazeDS or LCDS If Flex (Flash) uses async request, does Single Threaded matter? I tried to have more than one channel, it doesn't help either. - Jay --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, twcrone70 [EMAIL PROTECTED

RE: [flexcoders] Re: Async Concurrent Requests with AMF for BlazeDS or LCDS

2008-05-23 Thread Seth Hodgson
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Async Concurrent Requests with AMF for BlazeDS or LCDS Seth, where is this documented? Been looking for info on if the player batches calls up or not. So it does, but only for AMF? DK On Thu, May 22, 2008 at 2:34 PM, Seth Hodgson [EMAIL

RE: [flexcoders] Re: Async Concurrent Requests with AMF for BlazeDS or LCDS

2008-05-22 Thread Seth Hodgson
@yahoogroups.com Subject: [flexcoders] Re: Async Concurrent Requests with AMF for BlazeDS or LCDS If Flex (Flash) uses async request, does Single Threaded matter? I tried to have more than one channel, it doesn't help either. - Jay --- In flexcoders@yahoogroups.com mailto:flexcoders

RE: [flexcoders] Re: Async Concurrent Requests with AMF for BlazeDS or LCDS

2008-05-22 Thread Tim Stewart
@yahoogroups.com Subject: [flexcoders] Re: Async Concurrent Requests with AMF for BlazeDS or LCDS Hi Seth, This is awesome information. I didn't know player batch them up and send in one post. I learned something today. I digged through Blaze source code and found out that BatchProcessFilter is responsible