Wednesday, March 10, 2010
KeepAlive v1.0.0
AuthIntegrator BlueTango KeepAlive is a windows service designed to keep your ASP.NET application in server memory so your customers experience fast response times.  Simply install the service with the supplied setup program, edit the configuration file to specify the urls to monitor and the interval, and start the service.  Within minutes you'll be up and running,

Features:

  • This is a windows service that you install on a PC.  It runs whenever your PC is powered on, regardless of who, if anyone, is logged in.
  • One simple configuration file gives you complete control of the urls you wish to monitor and how often.
  • You can monitor unlimited urls.
  • Each monitored url has its own logfile generated each day.  The logs are in xml format for easy import into other applications for reporting.
  • The service itself also has its own text log file which you can enable in the configuration as a diagnostic aid if needed.
  • Your PC must have an active internet connection and the .NET 2.0 Framework installed.
  • Some antivirus software may prevent outgoing internet connections.  Please consult your owner's manual or with the manufacturer to learn how to enable certain programs the ability to connect to the internet.

Sample config file:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
    <section name="Sites"            
        type="System.Configuration.NameValueFileSectionHandler,System,Version=1.0.3300.0,             
       Culture=neutral,PublicKeyToken=b77a5c561934e089" />
</configSections>
<appSettings>
    <add key="IntervalInMinutes" value="10"/>
    <add key="LogOutput" value="false"/>
</appSettings>
<Sites>
    <add key="BlueTango" value="http://www.bluetango.ca/keepalive.aspx" />
</Sites>
</configuration>

Sample monitoring output:

<?xml version="1.0" encoding="UTF-8" ?>
<requests>
    <BlueTango url="http://www.bluetango.ca/keepalive.aspx" responseTime="296" timestamp="11/03/2008 12:25:51 AM" />
    <BlueTango url="http://www.bluetango.ca/keepalive.aspx" responseTime="203" timestamp="11/03/2008 12:35:53 AM" />
    <BlueTango url="http://www.bluetango.ca/keepalive.aspx" responseTime="234" timestamp="11/03/2008 12:45:55 AM" />
    <BlueTango url="http://www.bluetango.ca/keepalive.aspx" responseTime="296" timestamp="11/03/2008 12:55:56 AM" />
    <BlueTango url="http://www.bluetango.ca/keepalive.aspx" responseTime="109" timestamp="11/03/2008 1:21:26 AM" />
    <BlueTango url="http://www.bluetango.ca/keepalive.aspx" responseTime="281" timestamp="11/03/2008 1:31:32 AM" />
</requests>

Get It Now!
Item: KeepAlive v1.0.0
Price: $ 14.99
 Proceed to Checkout
* You can also purchase this module from SnowCovered
* After completing your purchase from PayPal you will be returned to this site and instantly have access to your download
Privacy Statement  |  Terms Of Use
Copyright 2006 - 2010 BlueTango Software - Canada Web Content Management (CMS)