Subject | RE: [IBO] Re: IBO and NT service |
---|---|
Author | Ondrej Kelle |
Post date | 2001-02-22T16:21:53Z |
> > Not if you call ServiceThread.ProcessRequests in your whileThat's interesting because I'm just writing a NT service using IBO in the
> not Terminated
> > do ... loop.
>
> I did that and it didn't make any difference for me.
> Everything worked fine
> but it still had that quirk.
default service thread and I don't have this problem. I'll keep you informed
if I can reproduce the problem or solve it. Thanks for that information.
>> The next issue is dealing with the asynchronous behaviorI agree that a more robust solution is needed for complex applications, mine
> Keep in mind there's more going on in my service than just
> events. I tried to get a simpler model working but it never
> satisfied me. I am confident what I have now is the most
> flexible and robust way to do it.
is only a simple SMTP e-mailer (asynchronous, using F.Piette's ICS) polling
the database every x seconds, sending out e-mails and flagging records as
"notified". It seems so far that I can get away with the simpler method in
this case.
Cheers,
TOndrej