× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On Mon 05-May-2011 19:56 , jmmckee wrote:
We are looking into a process to notify doctors, via email, when one
of their patients has been admitted. When a patient is admitted, a
record is written to a log file. Current idea being tossed around is
to read the log file from the previous day and send emails as needed.
I thought this might be an ideal application for a trigger program.
I could see the trigger getting fired on a write to the log file.
All I would want to do is pass the data to be written to a program
and the program would either send or not send an email. <<SNIP>>

Does business logic dictate that all rows inserted into the log file should be processed as such [evaluated if, and then to send an e-mail, based solely on the data in each row], or only dictate that the rows that this specific application chooses to log should be processed as such? If the latter, seems to me the trigger may be less appropriate, especially if the work is just offloaded to be performed asynchronously [as alluded in other messages is the case] since the trigger would seem to be adding a level of indirection with little benefit. Obviously there may be other reasons for which the logic must be or is better performed outside the existing application; i.e. no capability, or otherwise undesirable for whatever reason(s), to modify the application itself.

Regards, Chuck

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.