Path: C++ : NT service :

Windows NT Service

Windows NT Service...

This is an exaple a background process or service for microsoft windows 32 bit server software...

  test_service.c - win32 c api example NT Service
  test_service.exe

  test_service.cpp - this is an NT service that calls the Java Vritual Machine to run in the background as a win32 NT service
  cService.h - service abstraction .h file
  cService.cpp - service abstraction .cpp file
  httpd.h - example web server NT service

  Test.java - the java nt service soruce code
  Test.class - the java BYTE code

  test_service.exe - nt service that runs javaw
  httpd.exe - example HTTP web server nt service

  ntservice.zip - Windows NT service wirtten in the C++ programming language and compiled for win32