[flexcoders] Re: BlazeDS RemoteObject Performance

2009-05-21 Thread erdal
Would this help Performance tip: Use multiple duplicated remote objects to reduce the average response time http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailspostId=10663productId=2loc=en_US Solution Summary : You can actually use multiple duplicated remote objects to

Re: [flexcoders] Re: BlazeDS RemoteObject Performance

2009-05-21 Thread Josh McDonald
Intriguing, I'll look into that. Thanks for the link. 2009/5/22 erdal eta...@tideworks.com Would this help Performance tip: Use multiple duplicated remote objects to reduce the average response time

Re: [flexcoders] Re: BlazeDS RemoteObject Performance

2009-05-20 Thread Fotis Chatzinikos
Are these calls all coming from the same client? Most browsers will open two concurrent connections to the same domain not more. If this is the case its not a server limitation but a client limitation On Wed, May 20, 2009 at 7:45 AM, Josh McDonald j...@joshmcdonald.infowrote: You should be

[flexcoders] Re: BlazeDS RemoteObject Performance

2009-05-20 Thread mmormando
D'oh, you beat me to it! The only addition I can make is that this can usually be changed in the registry for IE, or in Firefox via the about:config page. I think the defaults in IE 8 and Firefox 3 are 8 connections, IE before 8 was indeed 2. --- In flexcoders@yahoogroups.com, Fotis

Re: [flexcoders] Re: BlazeDS RemoteObject Performance

2009-05-20 Thread Aldo Bucchi
Hi, Yes! We figured yesterday that it is, in fact, a *client side* limitation. We are using AIR 1.5 BTW. Is there any workaround for this? We are changing the overall strategy to consolidate several queries at once, but it would be nice to raise the client side pool a bit more ( having only two

[flexcoders] Re: BlazeDS RemoteObject Performance

2009-05-19 Thread foobone9
I think you need to invest in Live Cycle Data Servies. --- In flexcoders@yahoogroups.com, Aldo Bucchi aldo.buc...@... wrote: ( I copy this email from an internal communication I received ) quote Hello, I've found a serious performance problem on an application written on Flex/AIR and

Re: [flexcoders] Re: BlazeDS RemoteObject Performance

2009-05-19 Thread Aldo Bucchi
foobone9, Are you saying that this is a known built-in limitation of BlazeDS? Thanks, A On Tue, May 19, 2009 at 6:58 PM, foobone9 foobo...@yahoo.com wrote: I think you need to invest in Live Cycle Data Servies. --- In flexcoders@yahoogroups.com, Aldo Bucchi aldo.buc...@... wrote: ( I

Re: [flexcoders] Re: BlazeDS RemoteObject Performance

2009-05-19 Thread Josh McDonald
You should be able to exhaust your tomcat thread pool using BlazeDS, something else is going wrong. -Josh 2009/5/20 Aldo Bucchi aldo.buc...@gmail.com foobone9, Are you saying that this is a known built-in limitation of BlazeDS? Thanks, A On Tue, May 19, 2009 at 6:58 PM, foobone9