java - Running Redmon with a Service -


i trying use redmon 1.7 on windows xp sp2 desktop machine. process data provided redmon myprogram.exe , write out stdout redmon sends printer port.

but myprogram.exe(written in java) taking 5 seconds execute(as being run on pentium 4 processor). so, trying optimize application , 1 thing planning try is, running myprogram.exe service, oppose program. save me time of launching program , reading data in memory persistence storage(hard disk) every time issue print command.

so had few questions , hoping if can me them:-

1) can run application windows service(myservice.exe) instead of normal program i.e. redmon pass printer data stdin of myservice.exe , read data stdout ? if not, there way can this, can avoid having launch program again , again.

2) redmon run service or launched every time when print command sent.

thanks! manas


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -