> - Has anyone experience in using other server side techniques such as > haXe or OpenAMF? How good is the performance/scalability in these > cases?
I can answer for the haXe case. If just want do "pull" data (similar to AMFPHP), you can use mod_neko with the Apache web server. It scales pretty well and has good performances (since up to x30 compared to PHP), but consumes a bit more memory (still less than Java). If you want to "push" data to the client, you can use the haXe Remoting Server which is a standalone server that can communicate using an XMLSocket and haXe serialization protocol. It's a multithreaded server that scales pretty well (my company is using it for web games with several thousands simultaneous games running at a given time). Nicolas _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
