Unfortunately not, the servlet is the property of my former employer and I
think they might even be trying to patent it.  However, a Java programmer
remotely familiar with servlets should have no problem reproducing your cf
templates' fucntionality.  Making a module that can make HTTP requests, ODBC
Connections and file parsing are a piece of cake when using the base servlet
class.

-----Original Message-----
From: Michael Thomas [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 17, 2000 2:32 PM
To: CF-Talk
Subject: RE: PCodeDocumentNodeImp::validateSelf


This never actually brought down the entire server but however it did kill
the usage of that user agent until I restarted the server. This wuz a lil
bit annoying as it would just come out of no where (even though it wuz few &
far between.)

Your solution to this sounds interesting, by any chance would you be able to
pass this servlet along???


>From: "Paul Mone" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: PCodeDocumentNodeImp::validateSelf
>Date: Fri, 17 Nov 2000 13:02:28 -0800
>
>I had a similar application that was doing lots of datamining.  It would
>crash alot, often bringing down the server with it.  Our solution was to
>use
>a Java servlet for the task instead of CF, it worked great.
>
>-----Original Message-----
>From: Michael Thomas [mailto:[EMAIL PROTECTED]]
>Sent: Friday, November 17, 2000 11:47 AM
>To: CF-Talk
>Subject: RE: PCodeDocumentNodeImp::validateSelf
>
>
>Yes indeed it wuz, the database has a couple hundred links but a narrow
>that
>down into fields, so id say maybe 10 at a given time, give or take 1 or 2.
>
>
> >From: "Paul Mone" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: RE: PCodeDocumentNodeImp::validateSelf
> >Date: Fri, 17 Nov 2000 11:31:19 -0800
> >
> >Was that custom tag calling cfhttp alot?
> >
> >-----Original Message-----
> >From: Michael Thomas [mailto:[EMAIL PROTECTED]]
> >Sent: Friday, November 17, 2000 3:02 AM
> >To: CF-Talk
> >Subject: Re: PCodeDocumentNodeImp::validateSelf
> >
> >
> >As far as PCode goes, I have ran into my own lil scraps with that. It
> >happened within a custom tag that manages my links database. Restarting
>the
> >server (which is 4.5.1) did the trick, but on occasion that ugly error
>does
> >rare its head. I once had this task scheduled but for that very reason it
> >no
> >longer is.
> >
> >
> > >From: David Cummins <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: CF-Talk <[EMAIL PROTECTED]>
> > >Subject: Re: PCodeDocumentNodeImp::validateSelf
> > >Date: Fri, 17 Nov 2000 11:45:55 +1300
> > >
> > >If it causes problems with them, then how are you supposed to use
> >Unicode?
> > >That's what nvarchars are for...
> > >
> > >Paul Mone wrote:
> > > >
> > > > Yeah, I stay away from nvarchar, etc. for the same reason.  What is
> >the
> > > > benefit of using nvarchar over varchar (if any).  i.e. why does it
> > >exist?
> > > >
> > > > -----Original Message-----
> > > > From: Michael Ross [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, November 15, 2000 12:14 PM
> > > > To: CF-Talk
> > > > Subject: Re: PCodeDocumentNodeImp::validateSelf
> > > >
> > > > I got the pcode error when my variables in SQL 7.0 were nvarchar,
> >ntext
> > >and
> > > > such.  Once I changed them(varchar, text) it worked.
> > > >
> > > > thanks
> > > >
> > > > >>> [EMAIL PROTECTED] 11/12/00 08:36PM >>>
> > > > On 11/13/00, David Cummins penned:
> > > > >I've seen it once before. Damned if I know - I think its an
>internal
> > >error.
> > > > >
> > > > >BTW, does anybody know how to find anything on the Allaire site? I
> >hear
> > > > >references to a search that works properly, but I've never seen a
> > > > >description of
> > > > >a PCode error yet on their site.
> > > >
> > > > The only thing I found in the knowledge base basically said there's
> > > > no way to determine what they are. You can do some things that will
> > > > help you guess, and do some registry hacks in 4.51 that will cause
>CF
> > > > server to restart. But I'm using 4.01 since 4.51 is such crap. I
>just
> > > > restarted CF server and it went away. I'm using the same custom tag,
> > > > that the PCode message said caused the error, under multiple sites
> > > > and it only happened on the one, so it seems to be a random thing.
> > > > --
> > > >
> > > > Bud Schneehagen - Tropical Web Creations
> > > >
> > > > _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> > > > ColdFusion Solutions / eCommerce Development
> > > > [EMAIL PROTECTED]
> > > > http://www.twcreations.com/
> > > > 954.721.3452
> > > >
> >
>
>---------------------------------------------------------------------------
> >-
> > > > --------------------
> > > > Archives: http://www.mail-archive.com/[email protected]/
> > > > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or
> > >send a
> > > > message with 'unsubscribe' in the body to
> > >[EMAIL PROTECTED]
> > > >
> > > >
> >
>
>---------------------------------------------------------------------------
> >-
> > > > --------------------
> > > > Archives: http://www.mail-archive.com/[email protected]/
> > > > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or
> > >send a
> > > > message with 'unsubscribe' in the body to
> > >[EMAIL PROTECTED]
> > > >
> > > >
> >
>
>---------------------------------------------------------------------------
> >---------------------
> > > > Archives: http://www.mail-archive.com/[email protected]/
> > > > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or
> > >send a message with 'unsubscribe' in the body to
> > >[EMAIL PROTECTED]
> > >
> > >--
> > >David Cummins
> > >Systems Developer
> > >Ubiquity Software Ltd.
> > >Ph: (09) 309-1921
> > >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > >Structure your ColdFusion code with Fusebox. Get the official book at
> > >https://secure.houseoffusion.com
> > >
> > >Archives: http://www.mail-archive.com/[email protected]/
> > >Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> >
> >_________________________________________________________________________
> >Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> >
> >Share information about yourself, create your own public profile at
> >http://profiles.msn.com.
> >
> >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >Structure your ColdFusion code with Fusebox. Get the official book at
> >http://www.fusionauthority.com/bkinfo.cfm
> >
> >Archives: http://www.mail-archive.com/[email protected]/
> >Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> >
> >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >Structure your ColdFusion code with Fusebox. Get the official book at
> >http://www.fusionauthority.com/bkinfo.cfm
> >
> >Archives: http://www.mail-archive.com/[email protected]/
> >Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
>_________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>Share information about yourself, create your own public profile at
>http://profiles.msn.com.
>
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/[email protected]/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/[email protected]/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to