in reply to Re: Re: Database poller
in thread Database poller

Hi mpeppler,

Messages should be delivered to clients asap, so at least 2 times per second. The problem is not the database at the moment, but I want a scalable solution. If every client process checks the database this way, it will eventually become a performance issue. Therefore, one process checking the database allows for many clients to connect at once.

Regards, Marcel