Skip to content

Parallel processing on Sender Module. #452

Answered by uhurusurfa
armghan asked this question in Q&A
Discussion options

You must be logged in to vote

The parallel processing improves things when you have multiple simultaneous files to process - it will have no effect on the overall lifecycle time of picking up the file and sending it to your partner.

This is because there is a long time spent waiting for the partner to process the file and return an MDN when in SYNC MDN mode which is the most common. It is during the time spent waiting for a response that other files also get processed and sent making it more efficient in terms of use of your servers processing capability.

The only thing you can do to speed up sending a file is to speed up the time taken to encrypt and sign the AS2 message containing your file by allocating more RAM an…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@armghan
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by armghan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants