in reply to Re^3: How to transmit complex data to client?
in thread How to transmit complex data to client?
A select server is the least commonly implemented server model
Oh, really? I use event based model quite often, because it simple and resource efficient. Not only when I need performance, but when for example I have many long living connections with low traffic. Also if you look onto amount of modules that support this model (like POE, or AnyEvent) you wouldn't call it "least common".
|
|---|