Optimize with a SATA RAID Storage Solution
Range of capacities as low as $1250 per TB. Ideal if you currently rely on servers/disks/JBODs
This is the second installment on building a Web Server performance-monitoring tool in Java. In this article we'll cover the following topics:
The latest version of the Netscape mailer supports MIME mail messages, which support a content type allowing messages to be decoded and associated with some type of processing program. This is a very powerful feature that will facilitate the delivery of executable content directly in a mail message. The Percollator applet periodically receives updates from the Percollator.se tool, which generates log entries on the server being monitored. You can see how this works in this example applet and source code. A user-interface panel is provided to the user so that upper and lower thresholds can be set. A number of options were considered for implementing this functionality:
I decided to use the direct interface to SMTP. In order to send a mail message to a designated recipient you can follow the following steps:
MAIL FROM: senders email address
RCPT TO: recipient
DATA
To: "Some String"
Mime-Version: 1.0
Content-type: text/html
Subject: A Subject line
<HTML>
<HEAD>
</HEAD>
<BODY>
<A HREF=\"$url\">form</A>.
</BODY>
</HTML>
.
The first three messages inform SMTP of the message sender, destination, and the actual message body as a MIME compliant message. Notice the "." to indicate the end of the message.