View Full Version : visual basic as a service


davep
09-27-2006, 08:40 PM
i have some services that have been implemented on our windows 2000 server

they check every few mins for status codes in a sql database

these services seem to freeze or just fail at certain times but catch up
later

should i be running them as a service or run them in the tray as
applications

tia
dave

Dave Patrick
09-28-2006, 04:16 AM
We don't know. Ask the application developer.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"davep" wrote:
|i have some services that have been implemented on our windows 2000 server
|
| they check every few mins for status codes in a sql database
|
| these services seem to freeze or just fail at certain times but catch up
| later
|
| should i be running them as a service or run them in the tray as
| applications
|
| tia
| dave
|
|