Aside from ActiveState's PerlSvc, what other interprete开发者_JAVA技巧rs and compilers support the development of Windows Services?
How about Visual Studio .Net?
Simple Windows Service Sample
Introduction to Windows Service Applications
Visual studio has excellent support for creating services. With a little tweaking you can even debug them. But any compiler can create a service, it's just a matter of accepting certain run parameters that a google search can provide.
精彩评论