Click here to Skip to main content
15,891,375 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralHave you ever used eXERD? Pin
Member 1050518322-Jan-14 15:39
Member 1050518322-Jan-14 15:39 
GeneralRe: Have you ever used eXERD? Pin
Member 105722145-Feb-14 23:08
Member 105722145-Feb-14 23:08 
QuestionPolling Architecture Suggestion Required Pin
Erpizn_1316-Jan-14 1:47
Erpizn_1316-Jan-14 1:47 
AnswerRe: Polling Architecture Suggestion Required Pin
Keld Ølykke20-Jan-14 10:52
Keld Ølykke20-Jan-14 10:52 
GeneralRe: Polling Architecture Suggestion Required Pin
Erpizn_1321-Jan-14 2:36
Erpizn_1321-Jan-14 2:36 
GeneralRe: Polling Architecture Suggestion Required Pin
Keld Ølykke21-Jan-14 12:15
Keld Ølykke21-Jan-14 12:15 
AnswerRe: Polling Architecture Suggestion Required Pin
Leng Vang30-Jan-14 6:20
Leng Vang30-Jan-14 6:20 
AnswerRe: Polling Architecture Suggestion Required Pin
Marc Koutzarov29-Aug-14 10:12
professionalMarc Koutzarov29-Aug-14 10:12 
One way to make it generic and easy adaptable is:

Extend the .Net FileWatcher class and create a component that listens to certain file changes in a directory. Next Create a windows Service application that will use this component. The settings and number of instances can be made configurable through the app config file of your windows service application. When a Instance notices a file change write a message to the application log file of the windows event Log.


Using the Windows Event viewer You then can create custom views that filter for your messages generated by your Windows service application. On each custom view you can attach a task that will be triggered each time a message is written.

To this task you can attach a batch file, powershell script or VBScript that will execute and perform your needed functionality each time the task is triggered.
Questionneed your opinion on this project Pin
nonogus14-Jan-14 21:31
nonogus14-Jan-14 21:31 
AnswerRe: need your opinion on this project Pin
Bernhard Hiller15-Jan-14 21:44
Bernhard Hiller15-Jan-14 21:44 
AnswerRe: need your opinion on this project Pin
jschell16-Jan-14 8:44
jschell16-Jan-14 8:44 
GeneralRe: need your opinion on this project Pin
nonogus16-Jan-14 22:39
nonogus16-Jan-14 22:39 
GeneralRe: need your opinion on this project Pin
jschell17-Jan-14 13:01
jschell17-Jan-14 13:01 
GeneralRe: need your opinion on this project Pin
nonogus17-Jan-14 23:50
nonogus17-Jan-14 23:50 
GeneralRe: need your opinion on this project Pin
jschell18-Jan-14 11:41
jschell18-Jan-14 11:41 
GeneralRe: need your opinion on this project Pin
nonogus21-Jan-14 2:46
nonogus21-Jan-14 2:46 
AnswerRe: need your opinion on this project Pin
John D. Sanders30-Jan-14 3:48
John D. Sanders30-Jan-14 3:48 
GeneralRe: need your opinion on this project Pin
nonogus30-Jan-14 4:10
nonogus30-Jan-14 4:10 
AnswerRe: need your opinion on this project Pin
Leng Vang30-Jan-14 6:27
Leng Vang30-Jan-14 6:27 
QuestionMulti-Tenant Architecture Pin
Nitin Singh India13-Jan-14 0:50
Nitin Singh India13-Jan-14 0:50 
AnswerRe: Multi-Tenant Architecture Pin
Pete O'Hanlon13-Jan-14 1:08
mvePete O'Hanlon13-Jan-14 1:08 
AnswerRe: Multi-Tenant Architecture Pin
jschell13-Jan-14 9:22
jschell13-Jan-14 9:22 
AnswerRe: Multi-Tenant Architecture Pin
John D. Sanders5-Mar-14 11:17
John D. Sanders5-Mar-14 11:17 
GeneralRe: Multi-Tenant Architecture Pin
Nitin Singh India12-Mar-14 20:56
Nitin Singh India12-Mar-14 20:56 
QuestionTribalwars, Travian, and similar browser games Pin
AhmedMSedeek7-Jan-14 4:57
AhmedMSedeek7-Jan-14 4:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.