Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance issues in AS2 servlet when transferring files #124

Closed
ihudedi opened this issue Aug 4, 2021 · 2 comments
Closed

Performance issues in AS2 servlet when transferring files #124

ihudedi opened this issue Aug 4, 2021 · 2 comments
Assignees

Comments

@ihudedi
Copy link

ihudedi commented Aug 4, 2021

Hi @phax
The performance when transfering files with sockets in comparison to servlet is significant.
The bit rate in servlet is very small.
Could you please let me know if it's an known issue?
Thanks,
Itay

@ihudedi ihudedi changed the title Performance issues in AS2 servlet when transfering files Performance issues in AS2 servlet when transferring files Aug 4, 2021
@avnerw74
Copy link

avnerw74 commented Aug 9, 2021

Hi @phax , are you aware of performance issue with the servlet?
We switched from AS2 server to AS2 Servlet recently in our code, and files in our test environments are now transferred extremely slow.
With AS2 Server, uploading a single file with size of 100KB took less than 1 second.
With AS2 Servlet, uploading a single file with size of 100KB takes 295 seconds!!

Any idea? Any parameters/configuration we might be missing?

Best Regards,
Avner

@phax
Copy link
Owner

phax commented Aug 9, 2021

Hi guys,
this is a duplicate of #121
As stated there: that depends on your environment.
The code is exactly the same, except, that all the logic of the application server (Tomcat, Jetty, Wildfly, ....) is inbetween, and there might be lots of custom JEE filters, listeners etc.
There is no generic answer to your question - sorry.

@phax phax closed this as completed Aug 9, 2021
@phax phax self-assigned this Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants