Accessing the whole virgin body!

Asked by Fabio Carabelli

Hi i have a problem.
i've successfully tested the modifying adapter but the chunk division is a big problem for string replacing.
Sametime the strings might be divided between 2 chunks!
so..i need the whole vb!
is it possible?
thanks

Question information

Language:
English Edit question
Status:
Answered
For:
eCAP Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Alex Rousskov (rousskov) said :
#1

You can have the whole virgin body if you accumulate vb chunks in your adapter. For production adapters, make sure you limit the accumulation size to prevent denial of service attacks.

You cannot expect the host to keep the entire body for you because the host buffer may be smaller than the body size.

There are various optimizations that you can use to decrease accumulation. For example, you do not need to accumulate more than 2*S bytes if your search string is S bytes long.

HTH,

Alex.

Revision history for this message
Sandeep Kuttal (skuttal) said :
#2

Hi Fabio,

Were you able to access the whole virgin body. Kindly suggest what changes you made?

Thanks
Sandeep

Revision history for this message
Sandeep Kuttal (skuttal) said :
#3

Hi Fabio,

Were you able to access the whole virgin body. Kindly suggest what changes you made?

Thanks
Sandeep

Revision history for this message
Lucian Bazoi (dezvoltator) said :
#4

Hi Sandeep, Fabio,

  Anybody succeeded in constructing the whole virgin body?

Thank you,
Lucian

Can you help with this problem?

Provide an answer of your own, or ask Fabio Carabelli for more information if necessary.

To post a message you must log in.