Hi,
I need to start a daemon (class extended thread) which have to be
started with James and stopped when James is stopped. The task of this
Daemon will be to check for received Faxes and send them as E-Mail to
the related e-mail recipient.
One of my idea is to start this daemon class (SendFaxAsEMail) at
initialization of SendMailAsFax mailet. This daemon class will use
Database to retrieve necessary data.
*Can you suggest me where is the right place to put this daemon class
SendFaxAsEMail?*
Just for information the application use HylaFAX, IAXmodem, SpanDSP and
Asterisk. All are open source projects.
The GUI is Java Swing running with JNLP (Java Web Start). I am not
decided which program to use for connection between server side and
Swing client. I doubt between ICE <http://www.zeroc.com/ice.html>,
Embedded ICE <http://www.zeroc.com/icee/index.html>, Apache Tomcat
<http://tomcat.apache.org/> or another lightweight, small and fast
program. *Any suggestions or ideas?*
Regards,
Miro.
- Where is the right place for Daemon (thread) class Miroslav Nachev
-