RE: [flexcoders] Flex and Load Balancing

2005-05-25 Thread Alistair McLeod
Hi Leif, All Flex remoting calls are AMF over HTTP/S, so should seamlessly integrate with your load balancer. The problem with RMI will have been was that it wasnot going over HTTP. I've not actually used Flex with Radware, but I'd be very surprised if there were any issues. Regards,

RE: [flexcoders] Flex and Load Balancing

2005-05-25 Thread Matt Chotin
RemoteObject uses HTTP and should work fine in a load-balanced environment. The other services (HTTPService and WebService) also do their work over HTTP. Do you anticipate needing stateful Java classes or will everything work in a stateless environment? The only thing I can imagine is if