Discussion list for Unity developers.
unity-dev at moock.org
Fri Oct 5 10:40:10 CDT 2007
Thanks for the info Colin. I can't wait to get my hands on all the new AS3 support. I am curious to know more about the "anti-flooding" feature. Does this mean some script kiddie can bombard the server from a program/script or is this something where the server will only allow x number of messages to be sent from the client to server in a given time? Any news on when the "October" update for Unity 3 will be and --- perhaps an announcement of a Unity 3 Server Alpha release :-) Even if several features are disabled and marked as such - as long as the demo chat program runs I'd love to take it from there and experiment. I'm sure there are others that are very excited to kick the tires :-) Chad On 10/4/07, Discussion list for Unity developers. <unity-dev at moock.org> wrote: > > hi chad, > here's a list of some of phoenix's main features: > > Client: > > -ActionScript 3.0 support > -radically overhauled, simplified client api > -access to information about a room you're not in > > Server: > > -nio support (solves thread-limit issue) > -hibernate support (lets you use any database for persistence) > -new module architecture replaces custom rooms > -http tunneling > -anti-flooding > > there are also tons of minor features in the api that we'll list later. > > note that binary sockets and encryption are not part of phoenix. > > colin