Well, I have some VERY complex processing written in AS that I am currently performing on the client. But in rare cases, this can take a very long time, like 5+ minutes(I can't run this project in AS3 at all because of the 60 second script time limit). I have considered moving the logic to the server, but this port might take me several weeks, not counting testing and debugging. One solution would be to run the AS code on the server and send the results back to the client.
Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Raúl Riera Sent: Monday, August 27, 2007 1:45 PM To: [email protected] Subject: [flexcoders] Re: What technologies allow you to run AS3 on the server side? I am curious about, isn't the whole point of running the code on the client side is the whole point of making Flex applications? Why would you want to do this? (again, just curious, I'm not trying to rain on your parade) --

