I'm currently looking for an alternative for our current TCP/UDP connectors
in our gateways at my jobs. Most of our network connections handling are
done on home made stuff, made few years ago. I saw few options, create again
our own librairies (don't want to), Mina and Grizzly.
I really want to try Grizzly, but I don't know where to start.
I saw a example on Jean-Francois Arcand's blog. It seem to do the job for a
starting point, but I need a few tips before starting the implementation ?
How do I create a Basic server (like your echoserver) that will accept
multiples connections made from non NIO clients (like telnet) ?
I will like to have the blocking and non blocking option (for our legacy
gateways, they wait until a timeout).
The gateways are connected to the markets (TXS, Bloomberg..) and the volumes
of trades received is pretty high. My objective is to create a template
gateway that will received incomming connections and just replace the
default connector by one different depending of the market feed.
Anyone can help me to start ?
merci Sébastien