Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rgvenkateshOriginally posted by: stonysmith
There's something odd there., I've always seen the HTTP node process each record individually.
What version of LAE are you running and what version of the LAL library do you have?
You can click on View/Dependent Libraries and paste the full text here.
Hi,
I believe the HttpNode is processing the requests one by one internally, but what I mean is, when it emits out the output , instead of sending the outputs one at a time it waits for all the requests to be processed and then sends out the response all at once.
There are the dependent libraries used:
C:\Program Files\Lavastorm\LAE6.1\lib\brain\brg\core.brg - LAE 6.1.0 #14
C:\Program Files\Lavastorm\LAE6.1\lib\brain\brg\inFlow.brg - LAE 5.1.0 #1
C:\Program Files\Lavastorm\LAE6.1\lib\brain\brg\lal1.brg - 6.1.48.0.19
C:\Lavastorm\Lavastorm_613\Libraries\utils.brg - 1.1
C:\Lavastorm\Lavastorm_613\Libraries\soap_xml2.brg - 1.3
C:\Lavastorm\Lavastorm_613\Libraries\Text_File.brg
Example:
7K request -->HttpNode (Processing one record internally) -->7K responses all coming at once instead of one at a time.