Print Page | Close Window

Feature Request

Printed From: LogSat Software
Category: Spam Filter ISP
Forum Name: Spam Filter ISP Support
Forum Description: General support for Spam Filter ISP
URL: https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=268
Printed Date: 13 January 2025 at 11:57pm


Topic: Feature Request
Posted By: Guests
Subject: Feature Request
Date Posted: 15 April 2003 at 5:08pm

I would like to throw out a feature request. I admin my servers through Term Srv and it is rather annoying to have to shut down the service and then launch the GUI app. Would it be possible to add a tray icon to all sessions for SpamFilter. I have written several services that do this, so I know it can be done. I am not sure which Dev language you use, but here are a few links on doing this.

http://www.microsoft.com/msj/defaulttop.asp?page=/msj/archive/s6bb.htm" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - http://www.microsoft.com/msj/defaulttop.asp?page=/msj/archive/s6bb.htm" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - http://www.microsoft.com/msj/defaulttop.asp?page=/msj/archive/s6bb.htm

http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B176085" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - http://support.microsoft.com/default.aspx?scid=kb" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - http://support.microsoft.com/default.aspx?scid=kb %3Ben-us%3B176085

So far in testing I think I am pretty much sold.

Kent

 




Replies:
Posted By: LogSat
Date Posted: 15 April 2003 at 11:49pm

Hi Kent,

I'm including part of a previous posting below.

================

The service application was designed in a rather unorthodox way.

We wanted to provide SpamFilter in three different flavors. A Windows standalone application, a Windows NT service, and a Unix GUI application (a Unix console application is on the way). We succeeded, and furthermore we simplified development a lot by using a single set of source code that can be compiled in three different ways.

The service is unusual in that there is no control program. The GUI you see *is* the service. Closing the GUI would shutdown the service. When there is nobody logged in NT, the GUI window is simply hidden, and keeps running in the background. You are correct, this is not how usually services are designed, but it is what allows us to maintain two applications (standalone & service) always in sync development-wise

================

We are very familiar with the articles you mention, unfortunately Borland Delphi (our compiler) has caused a few problems with the service-mode when we proceeded with our way of programming. But since the problem of not being able to use the tray icon is proving to be a pain with Term Services, we are trying to come up with an alternative way of forcing the tray icon to diplay using a helper app. We hope to have that ready soon, unless other issues come up.

Roberto Franceschetti
LogSat Software




Print Page | Close Window