Financial authorization server using mina

2008-05-23 Thread Cassiano Alves
Hi everybody! I'm a Java and C developer working to a financial company. I'm working on a project of a Financial Authorization Server. We had the suggestion to use Mina framework insted of using C/C++ socket api. But we still have concerns about performance of a Java environment compared to a

Re: Financial authorization server using mina

2008-05-23 Thread Daniel Wirtz
On Fri, May 23, 2008 at 4:16 PM, Cassiano Alves [EMAIL PROTECTED] wrote: Does anybody know about some case like that? Is there some benchmark comparing Mina and C/C++ ? Yes, there is a benchmark of Mina compared to Apache 2.0.52 (which is written in C/C++) in a very simple http environment

Re: Financial authorization server using mina

2008-05-23 Thread Emmanuel Lecharny
Hi ! On Fri, May 23, 2008 at 4:16 PM, Cassiano Alves [EMAIL PROTECTED] wrote: Hi everybody! I'm a Java and C developer working to a financial company. I'm working on a project of a Financial Authorization Server. We had the suggestion to use Mina framework insted of using C/C++ socket api.

StateMachine and session.write may block

2008-05-23 Thread Simon Trudeau
I think I have uncovered a very weird behavior of mina 2.x (latest trunk). I have a filterchain structure as followed 1- My Codec Filter 2- StateMachine Filter 1 (Mina state-machine) 3- StateMachine Filter 2 (Mina state-machine) 4- executorFilter 5- My Processor Filter On certain usage