New to netty
manish_iitg
excellencetechnologies08 at gmail.com
Sun Dec 7 11:37:40 EST 2008
Hello,
I am new to netty. This is my first time with any NIO Frameworks. After
searching on the internet, i found out netty was the best nio framework so
decide to build my application on netty.
I am creating a application, in which my netty server need to query a mysql
database depending upon the request from the client. My client is a swing
application, and it send an request object to the netty server. I am using
ObjectEncoder and ObjectDecoder for encoding and decoding the request
object. On the server side, i have written a simple handler, and in the the
messageRecieved function i query the database according to the request
object and reply back. In database querry in is simple select function which
is called from a static class.
I want to know weather this architecture is good enough, if the number of
request increase. Also what would be the best architecture for such kind of
application.
Please help me out.
Thanks
--
View this message in context: http://n2.nabble.com/New-to-netty-tp1625621p1625621.html
Sent from the Netty User Group mailing list archive at Nabble.com.
More information about the netty-users
mailing list