Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Increase the Number of Instances in Event Server

Status
Not open for further replies.

syammerc

Programmer
Jan 12, 2006
12
US
Hi All,

I created a IFD( Integration Flow Designer) for a single map having one input as a file and Source Event is ON (event trigger) in IFD for input.

If I got 20 files per sec in a source directory, my maps has to trigger 20 times per sec.
I mean where I can I set number to instances for a map.
If I set the instances in IFD does it overrides the values in the eventserver, mercator.ini file?

Please help me where can I set the maximum number of instances for a map.

Regards
Syam.
 
Theres a field "Max Concurrent Map Instances" in the IFD that will set the max number of threads a map uses.

>If I got 20 files per sec in a source directory, my maps has to trigger 20 times per sec.

It will take some trial and error to determine the optimum number of maps to have running at once, usually its less than 20 though (e.g. setting the max concurrent instances to 5 may still achieve a throughput of 20msgs/s)

>If I set the instances in IFD does it overrides the values in the eventserver, mercator.ini file?

the mercator.ini gives the overall number of threads used in the environment not the number of threads per map.

Cheers,
Olly.
 
WatchMaxthreads is the .ini setting. The IFD value is in addition to the maxthreads value.

See how much CPU % and time one maps uses, that will give you an idea as to how many maps of the same type you can run at the same time.

Also depends on the number of CPUs.


BocaBurger
<===========================||////////////////|0
The pen is mightier than the sword, but the sword hurts more!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top