Info about Apache MINA HTTP protocol support

2014-09-24 Thread Nitin
Dear All, We have Apache MINA 2.0.7 used in current project for TCP/IP protocol where server and client communicates over TCP/IP. Our Server component is MINA based server which takes message packets from client and process them and sends the response back to client. Our message pa

Re: Best practices for working with files + Anti-Virus (?)

2014-09-24 Thread Emmanuel Lécharny
Le 24/09/14 11:19, Guy Itzhaki a écrit : > We experienced the performance degradation with Symantec and McAfee. > Not to scan is not an option, I guess you mentioned that as a joke :-) > I was under the assumption that this is a general problem that everyone who > have file server is dealing with.

Re: Best practices for working with files + Anti-Virus (?)

2014-09-24 Thread Alexander Christian
Am 24.09.2014 11:19, schrieb Guy Itzhaki: We experienced the performance degradation with Symantec and McAfee. That's the first detail you mention... Not to scan is not an option, I guess you mentioned that as a joke :-) No, it was not a joke. But it depends... Think about a client-server sys

Re: Best practices for working with files + Anti-Virus (?)

2014-09-24 Thread Alexandros Touloupis
Hi, Could you decouple this to another server? Meaning implementing a workflow like: receive the files (MINA server), transfer them to other server(s) and scan them. Having everything in one server is not easy to scale as it sounds like heavy I/O going on. Regards, Alex On Wed, Sep 24, 2014 at 1

RE: Best practices for working with files + Anti-Virus (?)

2014-09-24 Thread Guy Itzhaki
We experienced the performance degradation with Symantec and McAfee. Not to scan is not an option, I guess you mentioned that as a joke :-) I was under the assumption that this is a general problem that everyone who have file server is dealing with... Please let me know what info are you missing.

RE: Does MINA 2.0.4 supports IPV6

2014-09-24 Thread Nitin
Hello Emmanuel, You can share the new mina-core-2.0.8.jar file with me via email. I will see if I can check it in one of our test site for the IPV6. Thanks And Regards, Nitin Phuria -Original Message- From: Emmanuel Lécharny [mailto:elecha...@gmail.com] Sent: Wednesday, Septembe

Re: Does MINA 2.0.4 supports IPV6

2014-09-24 Thread Emmanuel Lécharny
Le 24/09/14 10:32, Nitin a écrit : > Hello Emmanuel, > > > > I have reopened the issue in JIRA, Issue ID DIRMINA-957. Also I > checked all the other places but I don't see any other place you need to > worry about this issue other than the org.apache.mina.filter.firewall.Subnet > class. Hop

Re: Best practices for working with files + Anti-Virus (?)

2014-09-24 Thread Alexander Christian
Am 24.09.2014 10:27, schrieb Guy Itzhaki: Everything works fine until the Anti-Virus gets into the picture - the files scanning literally destroy the server's performance... That's quite common :-) The need for scanning incoming files is clear however do you have any idea of best practices f

Best practices for working with files + Anti-Virus (?)

2014-09-24 Thread Guy Itzhaki
Dear forum, My question is not directly related to MINA but I hope that you experienced a similar issue before. I used MINA 2.0.7 to write my server. The server receives files from dozens of clients and store these files on a designated folders on the hard disk to be processed later. The files

RE: Does MINA 2.0.4 supports IPV6

2014-09-24 Thread Nitin
Hello Emmanuel, I have reopened the issue in JIRA, Issue ID DIRMINA-957. Also I checked all the other places but I don't see any other place you need to worry about this issue other than the org.apache.mina.filter.firewall.Subnet class. Hope it will get immediate fix as 2.0.8 version is a

Re: Does MINA 2.0.4 supports IPV6

2014-09-24 Thread Emmanuel Lécharny
Le 24/09/14 08:21, Nitin a écrit : > Dear All, > > Today I got a mail from Apache MINA for [ANNOUNCE] Apache MINA 2.0.8 > release and I could see that one of the bug raised by me > https://issues.apache.org/jira/browse/DIRMINA-957 was fixed. So I downloaded > the Mina 2.0.8 and also source co