Hi All,
anyone has been ever develop service might be for realtime email notification in command line & queueing in such as storage(db,file,mqueue).
sample architecture
while(true){
//do send mail
}
is there any concern that i've to consider for doing this,i prefer building this, instead of i build with OS/Linux facilities not long live which is
there is limitation timing max every one minute in scheduler could not be every second.
please advice

