phax / as2-lib

A generic Java AS2 library, servlet and server
107 stars 43 forks source link

AS2 servlet - Upload file takes too much time in compare to working with as2 server #121

Open ihudedi opened 3 years ago

ihudedi commented 3 years ago

Hi Philip, We are using AS2 servlet for uploading AS2 messages to our server. The transfer takes too much time in comparison to transfer file via as2 server ( socket) Please let me if there is any improvement regarding this. Thanks, Itay

phax commented 3 years ago

Do you have exact numbers on this? What application server are you using? Spring does a lot of magic in the background. Do you eventually have a virus scanner that is active? Did you run a profiler on the application?