----- Original Message ----- From: "christophe_jacquelin" <christophe_jacque...@yahoo.fr> To: <flexcoders@yahoogroups.com> Sent: Wednesday, March 11, 2009 3:52 PM Subject: [flexcoders] Number of connexions
> Hello, > > How did we know the max number of connexions (users) that are possible on > my flex application ? How to we compute it ? A flex application runs on the users computer. It does not normally have multiple connections. The server side technology is what determines the maximum number of user supported and that's not particular to flex. I have a big feeling you are trying to run before you can walk. > Thank you, > Christophe,