> What we would most likely not do is use a database (the flat > files seem to > work very well, and are very efficient),
I agree that the flat files work well for Junkmail itself. However, a web GUI will be very hard to do without the 'masters' kept in a database. Without a database you'll run into file locking problems and it will be harder to deal with single records. > use IIS (a lot of > people don't > want to use it, for security reasons). This is pretty much a moot point as both IIS and Apache have the same security risks. IIS just gets more press. But for the web back-end it's really a moot point because the dependency is more on the programming language and not the web server. > or any special > technologies (such as > dot NET, ASP, CF, etc.). We would need to create something > that would work > on all servers, and not have any special requirements. That's going to be hard. You really only have two choices that could cover most of the bases. ASP or PHP both are available in the Win and Unix worlds. Win32 admins will prefer ASP. --- [This E-mail scanned for viruses by F-Proto Virus Scanner] --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com.
