cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate records faster in Sybase ESP Studio

Former Member
0 Kudos

Hi all,

we have written our own webservice and integrated it into Sybase ESP Studio. In the attachement you can see that records are generated only every 20 seconds in Sybase ESP Studio ("console output").

How can we let Sybase ESP Studio make faster GET requests to the WebService?

Thanks & Regards,

Andreas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Andreas,

In the adapter configuration file that you specify with your "ATTACH ADAPTER" statement:

   configFilePath = 'C:/ESP51/ESP-5_1/adapters/webservices/examples/input/adapter_config.xml'

There is a polling parameter that you can adjust from the default value of 20 seconds:

<Polling>

  <Enabled>true</Enabled>

  <TimeInterval>20000</TimeInterval>

</Polling>

The parameters in the "adapter_config.xml" file are documented here:

   http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc01615.0514/doc/html/cgo1376338716093...

Thanks,

Neal

Former Member
0 Kudos

Hi Neal,

thanks a lot. Works ! Great help as always!

Regards, Andreas

Answers (0)