Emmanuel, > things, and see if you have perfomances issues. You generally won't need to > include such things into your application, unless you have to deal with ten > of thousands connections, and thousands of messages per second...
That's what I am trying to scale to. The reason is that I would like also to transfer large data volumes to remote clients. It is ok when the server serves small requests (say 40K) but big files (like imagery) is certainly must not be transferred in one session.write So, I am trying to find out whether it would be possible to scale in the manner I want before starting coding. I also suppose we will have several Mina-based servers across cluster of machines serving thousands requests for thousands of clients. -- Kind regards, Antonio Rodriges
