Scheduler problems related to execution of a single BLT by many schedules
Posted on
16th Feb 2014 07:03 pm by
admin
Hello all,
We are running several MII instances in a distibuted architecture using a single generic BL transaction to transfer different types of messages from the site instances to a single central instance. The central instance has several schedules that run the same generic transaction with different parameters in order to transfer different types of messages.
Did you know?Explore Trending and Topic pages for more stories like this.
As far as possible we have tried to avoid overruns where two of these schedules are running at the same time, but eventually the scheduler becomes "stuck" where many of the "Next Run Time" values indicated on the Scheduler table are in the past. When in this state the Scheduler page indicates that the transactions are running, but no messages are transferred.
Do we need to ensure that a transaction is never reused across different schedules, or is there another likely cause for the problems we are experiencing (e.g. scheduled next run times not updating when the MII instance is restarted)?
Thanks
No comments posted yet
Your Answer:
Login to answer
132
36
Other forums
Adding Different Numbers From MySQL
Basically I have a mysql database with a couple prices as the following:
9.99
9.99
9.99
big pagination problem in php
<?php
$connect = mysql_connect("localhost", "root", "")
How to use Substr
I want to check for the word CATEGORY: inside a string which can be CATEGORY: ITEM
and remove the
Request.UrlReferrer
I need to make it so that a page can only be loaded when a button is clicked on a specific page. I d
Take info from one coloum and move to another
Hi all,
I have this:
Code: [Select]$array = "SELECT stock_id FROM stocks WHERE stock_
need help in update query
i create a form for update. there are 8 columns in my mysql table. on my main page all the data is r
Form File Upload
I've read through tons of resources and tutorials and as far as I can tell, my code is accurate, but
radio button reamains checked
Hello i'm trying to keep the state off my radio buttons so it shows which ones where clicked after t
Variables and Include
Code: [Select]<?php
$header = $_COOKIE['mss']['header'];
$body = $_COOKIE['mss']['b
Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);