LMB processing rate

What is a typical processing rate handled by your LMB? We're currently processing 50 events per minute.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

lmb event rate

I'm guessing that most schools use the default settings.

For larger schools, like mine (30,000+ students), we've increased the rate to handle the large event floods at registration times.

PollingInterval = 20;
MaxResultSizePerPoll = 300;

Depending on your hardware, throttling the LMG may be necessary if your LDAP or database are performing poorly when large numbers of events are being processed.

lmb event rate

We use:

PollingInterval = 10;
MaxResultSizePerPoll = 20;

which comes out to 120/minute. This was intentionally rate limited to allow our complex Active Directory/eDirectory adaptor time to process. We kept the interval short (10 seconds) to ensure that there was very little lag from the time the user applied and was accepted to the time when the portal account was available so that they could register.

I am not sure we keep up during heavy reg periods (like now), but we never get very far behind.

Syndicate content