Hey Guys, I also use it intensively and I have started to have some problems. But they are intermittent. Seems to happen on the encrypt phase. We are running CFMX on win2k sp3. Everything runs fine and then when at random intervals calling the encrypt function essentially kills the server.
No pages will server; either HTML or CFML and the CPU does not spike and memory usage remains stable. But it appears to happen when a call to the encrypt function is initiated. We use a lock around the CFX tag and it is also inside a CFC. I wonder if that makes any difference. Brook At 12:40 PM 10/10/02 -0700, you wrote: >Hi Rob, > >That sounded pretty nasty. We use it a lot and recommend it to >others. While we have no problems I thought I'd better run a stress test. > >Ran fine in the 50-iteration loop below, where it generates 1024-bit keys, >encrypts then decrypts. Pretty intense. Takes several minutes to >run. No memory leakage. > >Not sure what your problems were, but memory leaks from the version of the >tag I have aren't a problem. > >#Private_Key# >#Public_Key# >Encrypted: #variables.Crypt_Value# >Decrypted: #variables.Crypt_Value# > >---------- > > >--------------------------------------- >Matt Robertson [EMAIL PROTECTED] >MSB Designs, Inc., www.mysecretbase.com >--------------------------------------- > > >---------- Original Message ---------------------------------- >from: "Rob Rohan" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >date: Thu, 10 Oct 2002 10:07:01 -0700 > > >Hi Ben, > > We used to use that tag and abandoned it. I wrote an in house > >implementation with stronger encryption - plus the tag would crash our > >server almost ever other day, think it has a memory leak. > > > > Anyway I'll try to help if I can. > > > > > > > >-----Original Message----- > >From: Ben Densmore [mailto:[EMAIL PROTECTED]] > >Sent: Thursday, October 10, 2002 8:55 AM > >To: CF-Talk > >Subject: cfx_pwtextcrypt > > > > > >Anyone currently using the cfx_pwtextcrypt custom tag that can answer a > >few questions off list? > > > >Thanks, > >Ben > > > >Ben Densmore > >Web Developer > >eSupport.com,Inc. > >1538 Turnpike St. > >North Andover, MA 01845 > > > >Phone: (978) 686-6468 x333 > >Email: [EMAIL PROTECTED] > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

