• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What's the difference between process and application?

bupkus

Diamond Member
What's the difference between process and application?

Using W2K, and want to run an internet app as a process so it will continue regardless who loggs on or off.
 
Service or process, does anyone have a reference where I can read about turning an application into a service?
 
Originally posted by: bupkus
Service or process, does anyone have a reference where I can read about turning an application into a service?

You need to write it from the ground up to be a service. Srvany is a hack.

If you need a service, write a service. If you need an app, write an app.
 
Back
Top