RE: CGI. Auth_user timeout??

2000-09-28 Thread Michael Sheldon
It does not time out. Michael J. Sheldon http://www.desertraven.com/ Make a fast friend, adopt a greyhound! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 28, 2000 05:13 To: CF-Talk Subject: CGI. Auth_user timeout?? Hello All,

RE: AOL and CF sites [CF-Talk]

2000-09-20 Thread Michael Sheldon
Almost all problems with AOL are caused by their over-aggressive caching proxies. The following lines will prevent most cache-related problems with AOL (Best placed in a global include, or Application.cfm): Michael J. Sheldon http://www.desertraven.com/ Make a fast fr

RE: [CF-Talk] Joins with CFQUERY

2000-09-18 Thread Michael Sheldon
Yes, you can do all kinds of joins through CFQUERY, dependent on the database. For the most part, CF just passes SQL statements straight through to the database. Michael J. Sheldon -Original Message- From: Leroy, Eric [mailto:[EMAIL PROTECTED]] Sent: Monday, September 18, 2000 11:10 AM

[CF-Talk] RE: ColdFusion for Linux on Sparc?

2000-09-18 Thread Michael Sheldon
Nope, if you want to run CF on sun hardware, you gotta run Solaris. Michael J. Sheldon -Original Message- From: Stas Newdel [mailto:[EMAIL PROTECTED]] Sent: Monday, September 18, 2000 9:34 AM To: CFTalk Subject: ColdFusion for Linux on Sparc? Does anybody know if ColdFusion Pro for Li

RE: Perl and CF

2000-09-10 Thread Michael Sheldon
You will probably need to do a CFHTTP call to the page. CF's CFINCLUDE is a "raw" include function, it reads the file into the CF template, and will execute any *coldfusion* code in it. Michael J. Sheldon http://www.desertraven.com/ Make a fast friend, adopt a greyhound! -Original Message--

RE: Client storage (RE: ColdFusion 4.0.1/SPARC/Solaris help sought - registry corruption and cf scheduler problems)

2000-09-06 Thread Michael Sheldon
The point is that an over-large registry *significantly* increases that odds of a registry-related failure, and write actions are the worst. Since we identified this issue, we haven't had a single problem with corruption of the registry. If you get the client vars out of it, most of the access is

RE: Client storage (RE: ColdFusion 4.0.1/SPARC/Solaris help sought - registry corruption and cf scheduler problems)

2000-09-06 Thread Michael Sheldon
Actually, it might have a LOT to do with client variables. An export of our Solaris registry right after setup was less than 8KB, three weeks later, it was several MB in size, all due to a programmer who inadvertently turned on client vars when he meant to only enable session vars. CF doesn't purg

RE: How much can CF handle?

2000-08-23 Thread Michael Sheldon
On a sturdy enough box, CF might handle the load, it depends on how complex the code is. MySQL *won't*. If you're really going to get that kind of traffic, don't mess around with the small-fry, go to Sybase, Oracle, or at least PostgreSQL. A dual P3 is not the most important issue, and in fact,

RE: JAVA CFX

2000-08-21 Thread Michael Sheldon
>>java.lang.NoClassDefFoundError: com/allaire/cfx/NativeRequest. But i'm sure that the cfx.jar file is being found correctly.<< It's *not* finding it for some reason. There's no question about it. Michael J. Sheldon http://www.desertraven.com/ Make a fast friend, adopt a greyhound! -Origin

RE: credit card validation

2000-08-17 Thread Michael Sheldon
http://www.digitalmayhem.com/code.php?action=cf&module=cccheck Michael J. Sheldon http://www.desertraven.com/ Make a fast friend, adopt a greyhound! -Original Message- From: Kiley Simpson [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 17, 2000 09:56 To: [EMAIL PROTECTED] Subject: cre

RE: Preventing Browsers Cacheing a .cfm file

2000-08-10 Thread Michael Sheldon
A bit hefty, but it's the technically correct method, and one of the few that will AOL's proxies will pay attention to: Michael J. Sheldon http://www.desertraven.com/ Make a fast friend, adopt a greyhound! -Original Message- From: AustralianAccommodation.com

RE: What is: Team Allaire?

2000-08-10 Thread Michael Sheldon
>>What is the license restriction on CF Ent, for example? Not for resale, not for production use. It's useful for development and demonstration purposes, but you cannot use it for hosting real sites. Michael J. Sheldon http://www.desertraven.com/ Make a fast friend, adopt a greyhound! -Or

RE: import a csv file

2000-08-02 Thread Michael Sheldon
If you're looking to pull the info into a query, I'd use either Nate Weiss' CFX_CSVtoQuery or my own CFX_DelimToQuery tags. They're MUCH faster and more efficient than doing this by HTTP. Michael J. Sheldon http://www.desertraven.com/ PGP Key Available on Request -Original Message- From:

RE: PHP/PERL/CF on Linux Box - any problems?

2000-07-26 Thread Michael Sheldon
I've had all of the above plus a couple running on one of my development boxes for quite some time. No troubles. Michael J. Sheldon http://www.desertraven.com/ PGP Key Available on Request -Original Message- From: Anthony Israel-Davis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 26,

RE: (OT)-Book on Intermediated/Advanced SQL

2000-07-21 Thread Michael Sheldon
ssage- From: Michael Sheldon [mailto:[EMAIL PROTECTED]] Sent: Friday, July 21, 2000 11:18 AM To: [EMAIL PROTECTED] Subject: RE: (OT)-Book on Intermediated/Advanced SQL SQL for Smarties, 2nd edition by Joe Celko is a very good advanced book on SQL and DB normalization. If you are looking for something

RE: CF on a Unix server

2000-07-21 Thread Michael Sheldon
. Well, it is just a rough test. if anyone has done a detailed test, please advise. Thanks - Original Message - From: "Michael Sheldon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 21, 2000 8:15 AM Subject: RE: CF on a Unix server > SQL Server 7

RE: (OT)-Book on Intermediated/Advanced SQL

2000-07-21 Thread Michael Sheldon
SQL for Smarties, 2nd edition by Joe Celko is a very good advanced book on SQL and DB normalization. If you are looking for something on writing SQL stored procedures, you will need to tell us what database platform you are running. Michael J. Sheldon http://www.desertraven.com/ PGP Key Available

RE: CF on a Unix server

2000-07-21 Thread Michael Sheldon
SQL Server 7 vs. MySQL is *not* a fair comparison, and the fact that your DB and Web server are now on the same machine makes it an even more uneven comparison. Michael J. Sheldon http://www.desertraven.com/ PGP Key Available on Request -Original Message- From: vince [mailto:[EMAIL PROTE