Subject Re: [firebird-support] Events in FireBird
Author Ivan Prenosil
> I have an application in which serveral clients are sending events to
> the database server, and occassionally the cpu goes to 99% usage, then
> I just have to restart the clients and the server cpu goes back to normal.
>
> I'm pinpointing the post_event method because it's the only one that
> crashes that way. So basically I just wanted to ask if there's
> something about the events that I should be careful with while I check
> a few things to make sure I am not doing sth wrong.

Is not one of the clients blocked by firewall ? (events are sent to different port
than regular connection, it can be configured in firebird.conf)

Do not you have two network cards on the server ?

Ivan