CF multi-threading with Java

2001-11-27 Thread Kinley Pon
Does anyone know if CF communicates in a multi-threaded fashion with the JVM? - Kinley ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

Re: Complete lack of locking...

2001-11-25 Thread Kinley Pon
Just to agree that It is true that as long as there is no use of FRAMES, there is no need of locking session variables. When using frames, the entire page is rendered at one time which may cause a deadlock if the same session variable is being reference. From: Kwang Suh [EMAIL PROTECTED]

Java and Coldfusion 4.5 using memory

2001-11-25 Thread Kinley Pon
A question for those java - Coldfusion experts: When an object is instantiated with the statement cfset pointToThisObject=objectName.methodName(), the 'pointToThisObject' contains only the pointer address to the instantiated object in memory. It appears that Coldfusion is not releasing the

Re: Java and Coldfusion 4.5 using memory

2001-11-25 Thread Kinley Pon
Hello Jeffry, Well, I wish there is a destructor method...at least I am not aware of one. In C++ there is a destructor method because it is not automated; whereas, in Java the garbage collection is automated. There must be a way to deal with these hanging and vague pointers to the objects.

Java Object - String format - WDDX - String format - Java Object

2001-11-19 Thread Kinley Pon
Here is something that may be of interest to those Coldfusion, java, and WDDX developers. I am in need of a FUNCTION or METHOD that would take a NESTED Java Object and convert it into a STRING format. I will then WDDX ready the resulting STRING formatted value. I will then WDDX serialize

Coldfusion and Java

2001-11-14 Thread Kinley Pon
Here is a BIG question... We have a Coldfusion 4.5 application that we have integrated java objects by creating them using the cfObject tag. Though the application works just fine as a single user, when multiple, as few as 2, begin working against the application, the Coldfusion server will

Re: Coldfusion and Java

2001-11-14 Thread Kinley Pon
Nov 2001, Kinley Pon wrote: Here is a BIG question... We have a Coldfusion 4.5 application that we have integrated java objects by creating them using the cfObject tag. Though the application works just fine as a single user, when multiple, as few as 2, begin working against

RE: Coldfusion and Java

2001-11-14 Thread Kinley Pon
No, we are not trying to connect to EJBs on the server. Basically: I. Cold Fusion and Java Object It just happens that our CF 4.5 application has embededd java objects as follows. 1. Java Object Creation CFSET surveyData = CreateObject(Java, com.Research.SurveyData) CFSET connection =

RE: Coldfusion and Java

2001-11-14 Thread Kinley Pon
Yes, we are using cfobject to instantiate the objects but it appears that Coldfusion can only handle single threaded communication with the JVM. Basically: I. Cold Fusion and Java Object It just happens that our CF 4.5 application has embededd java objects as follows. 1. Java Object

Re: potential Access DB clashes? use CFLOCK?

2001-11-14 Thread Kinley Pon
With all our projects, we have used cftransaction to determine the BLOCK that must start and complete as ONE transaction. cflock tags are only used to prevent sharable application, session or server variables. - Kinley From: Gyrus [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk

Re: Session and Client Variables

2001-11-14 Thread Kinley Pon
sounds about right! - Kinley From: Gyrus [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Session and Client Variables Date: Wed, 14 Nov 2001 18:26:41 - Hi Folks, i'm prepping for the cf exam and i'm lacking a good understanding of the difference

Re: SUMMARY: Request Scope Follow up Locking Questions

2001-11-14 Thread Kinley Pon
I do the exact same thing... From: Gyrus [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: SUMMARY: Request Scope Follow up Locking Questions Date: Tue, 13 Nov 2001 15:09:17 - use something like cfset request.var=Duplicate(session.var) to

Coldfusion Server hanging up...

2001-11-12 Thread Kinley Pon
I am receiving this error message plus I am force to restart the server. -- Error Occurred While Processing Request Error Diagnostic Information Request canceled or ignored by serverServer busy or unable to fulfill request. The server is unable to

Re: Coldfusion Server hanging up...

2001-11-12 Thread Kinley Pon
Unfortunately, the entire the server... From: Jochem van Dieten [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Coldfusion Server hanging up... Date: Mon, 12 Nov 2001 10:52:04 +0100 Kinley Pon wrote: I am receiving this error message plus I am force

RE: cflock around a cfif statement

2001-11-11 Thread Kinley Pon
be locked. Keen -Original Message- From: Kinley Pon [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 10, 2001 10:59 PM To: CF-Talk Subject: cflock around a cfif statement Curious... Would I need a cflock scope=session type=readonly around the following statement: cflock scope=session

RE: Please Wait... ' or 'Loading...' message

2001-11-11 Thread Kinley Pon
Unfortunately, I can only use 4.5. Any ideas? - Kinley From: Kola Oyedeji [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Please Wait... ' or 'Loading...' message Date: Sun, 11 Nov 2001 09:55:28 - If you do move to cf5 there is an article by Ray

RE: cflock around a cfif statement

2001-11-11 Thread Kinley Pon
thanks Phillip...that is exactly what I did. Have a nice day! - Kinley From: Philip Arnold - ASP [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: cflock around a cfif statement Date: Sun, 11 Nov 2001 16:12:17 - Would I need a cflock scope=session

Please Wait... ' or 'Loading...' message

2001-11-10 Thread Kinley Pon
Hello everyone, Does anyone have an example of a 'Please Wait... ' or 'Loading...' message that would prevent a user from clicking anywhere else? A message that would stay on the screen until the main page is complete; until the rest of the content is ready. Any ideas? - Kinley

Re: Please Wait... ' or 'Loading...' message

2001-11-10 Thread Kinley Pon
Thanks Peter for the suggestion...unfortunately, I am using Coldfusion 4.5...the client is a bit stubborn to move to 5.0. Anyother ideas? thanks - Kinley From: Peter Tilbrook [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Please Wait... ' or

Re: Request Scope Questions

2001-11-10 Thread Kinley Pon
Thanks for the tips...it was educational! - Kinley From: gyrus [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Request Scope Questions Date: Sun, 11 Nov 2001 03:59:32 - I've been trying to brush up on my CF skills and I'm a bit confused with

Re: Please Wait... ' or 'Loading...' message

2001-11-10 Thread Kinley Pon
Hello Stuart, That is a pretty good idea! In fact, from all the research I have made, I like yours the best. thanks - Kinley From: Stuart Duncan [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Please Wait... ' or 'Loading...' message Date: Sat, 10

cflock around a cfif statement

2001-11-10 Thread Kinley Pon
Curious... Would I need a cflock scope=session type=readonly around the following statement: cflock scope=session type=readonly cfif session.myvariable EQ True cflocation /cfif /cflock just curious - Kinley ~~ Get the

Multiple double-clicking on a button

2001-11-10 Thread Kinley Pon
I have been able to hangup the Coldfusion server and at times I would need to restart the server. If I was QUICKLY MULTIPLE clicking on a button of type = submit, it would hang. There is no error message. It simply is stuck. I have place cflocks type=EXCLUSIVE scope=session around every

RE: Session variables

2001-11-08 Thread Kinley Pon
thanks Neil - Kinley From: Neil Clark [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Session variables Date: Thu, 8 Nov 2001 15:07:12 - You can actively make CFAS give each request a single threaded session - effectively managing the locking for

Re: Session variables

2001-11-08 Thread Kinley Pon
thanks gyrus - Kinley From: gyrus [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Session variables Date: Thu, 8 Nov 2001 16:02:43 - You can actively make CFAS give each request a single threaded session - effectively managing the locking for

CFERROR

2001-11-08 Thread Kinley Pon
Strange... I am following an example for using the CFERROR tag: CFERROR TYPE=REQUEST TEMPLATE=request_err.cfm MAILTO=[EMAIL PROTECTED] this script is in my app_globals.cfm request_err.cfm --- HTML HEAD TITLEWe're sorry -- An

Re: Session variables

2001-11-08 Thread Kinley Pon
thanks Jeffry - Kinley From: Jeffry Houser [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Session variables Date: Thu, 08 Nov 2001 09:59:54 -0800 That is confusing. I think perhaps even a bit misleading. My understanding is that session

RE: Session variables

2001-11-08 Thread Kinley Pon
a conflict. That's why you must always lock session variables. + Pete Freitag ([EMAIL PROTECTED]) CTO, CFDEV.COM ColdFusion Developer Resources http://www.cfdev.com/ -Original Message- From: Kinley Pon [mailto:[EMAIL PROTECTED]] Sent: Thursday

FLASH - Coldfusion

2001-11-02 Thread Kinley Pon
Hello, I am thinking about using Flash as a front-end to Coldfusion server based applications. Does anyone know if flash handle session management for enterprise transaction based solutions over SSL? ~~ Structure your ColdFusion code with

Spell Checker

2001-10-25 Thread Kinley Pon
Hello everyone, I was wondering if anyone have any ideas how I can obtain a spell checker? For example, the spell checker that is available in hotmail. ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

SOAP and Coldfusion

2001-07-05 Thread Kinley Pon
Hello everyone, I am looking for an example of integrating the use of SOAP (simple object access protocol) with Coldfusion. I would be most grateful. thanks - Kinley ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: SOAP and Coldfusion

2001-07-05 Thread Kinley Pon
are available at: http://www.figleaf.com/figleafhome/cfug/2001/CFUGJun2001/jun2001.zip I hope this helps! Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 -- Kinley Pon Westcar Consulting Group, Inc. email: [EMAIL PROTECTED] mobile: (626

RE: OT: Enterprise Manager

2001-03-06 Thread Kinley Pon
Common sense is genius dressed in its working clothes. -- Ralph Waldo Emerson Eric Barr Zeff Design (p) 212.714.6390 (f) 212.580.7181 -Original Message- From: Kinley Pon [mailto:[EMAIL PROTECTED]] Sent: Monday, March 05, 2001 12:20 AM To: CF

Session timeout

2001-03-05 Thread Kinley Pon
I am simply not doing something correct...I hope someone can help. Problem: I am prematurely getting a session timeout; less than an hour. --- I have configured the Coldfusion Server with the following: Session Variables MAX Timeout: 23 hours DEFAULT Timeout: 20 minutes

OT: Enterprise Manager

2001-03-04 Thread Kinley Pon
I have been frustated out of my brains...I foolishly selected to have the wizard for registering a new SQL Server turned off. So from that point on, each time I right-click a server and then click "New SQL Server Registration", I get the "Registered SQL Server Properties" dialog box instead.

RE: OT: Enterprise Manager

2001-03-04 Thread Kinley Pon
a big thanks to you Jeffry...after uninstalling and going through the registry removing any references to SQL Server, I am now able to make use of the registering SQL Server wizard. again, a big thanks. Have a great day! - Kinley -Original Message- From: Jeffry Houser [mailto:[EMAIL

SSL

2001-02-15 Thread Kinley Pon
hello everyone, here is a question that I am absolutely not knowing... Currently we have two boxes: 1) boxABC (SSL enabled); coldfusion 4.0 server 2) box123 (not SSL enabled); coldfusion 4.5 server I have a coldfusion application running on box123 which has a couple of templates that is

RE: Running Credit Checks

2001-02-15 Thread Kinley Pon
We are using www.cybercash.com to deal with the processing. They have a secure box that it all happens in. - Kinley -Original Message- From: Chuck [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 7:44 AM To: CF-Talk Subject: Running Credit Checks Does anyone know of any

RE: Running Credit Checks

2001-02-15 Thread Kinley Pon
oops...sorry, I sent you the wrong information...- Kinley -Original Message- From: Chuck [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 7:44 AM To: CF-Talk Subject: Running Credit Checks Does anyone know of any third party companies who run credit checks online. I have a

Passing CF variables or values to a flash clip.

2001-02-13 Thread Kinley Pon
Thanks to Scott Knaub I was able to set the last frame of the flash clip to trigger a URL that I wish to go to unfortunately where I wish to go is to by pass a login template. I purchased 5 different books on flash 4 and none of them mentions how I can pass a variable or value into the flash

Passing values to Flash

2001-02-13 Thread Kinley Pon
I am rephrasing my previous email on this subject. I have successfully integrated a flash clip within a fusebox infrastructure. Whether it is correct, I do not know. Anyway, I also was able to set a GET URL on the last frame of the flash. What I need to know: Is it possible to pass multiple

Cybercash

2001-01-22 Thread Kinley Pon
Hello everyone, I have heard that it is possible to intergrate the use of Cybercash for credit cards by using a Cybercash tag. Have anyone heard of this and where do I get this tag? Kinley ~~ Structure your ColdFusion code with Fusebox. Get the

RE: App timeout and caching

2001-01-11 Thread Kinley Pon
BE SURE TO REMOVE THE DOUBLE QUOTES...SEE REFERENCE MANUAL -Original Message- From: Christopher Olive, CIO [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2001 9:38 PM To: CF-Talk Subject: RE: App timeout and caching that is correct, to the best of my knowledge and belief.

RE: SESSION Timing out WAY before it's supposed to.

2001-01-09 Thread Kinley Pon
Man...that tip is worth it's weight in GOLD. justme Kinley -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 12:43 PM To: CF-Talk Subject: RE: SESSION Timing out WAY before it's supposed to. I have an application that stores a

Coldfusion Debugger

2000-12-30 Thread Kinley Pon
I just don’t get it… I am a newbie to Coldfusion, maybe about 6 weeks old. In my previously life, I have been in the client/server arena for over 11 years. I have used many types of interactive debuggers but when it comes to using the debugger for studio, I just don’t get it. I have a fusebox

RE: Coldfusion Debugger

2000-12-30 Thread Kinley Pon
Thanks Dave, Yes, I have been using the cfoutput method of debugging but there always the times where certain values are being set and your are not sure if all the proper code is being executed. Stepping through the stack is helpful. But your right the interactive debugger needs some

RE: Application.variables vs local.variables

2000-12-11 Thread Kinley Pon
I am also keeping my dsn, my cfroot, and any other page variables in a request scope variable...but to tell you the truth I do not know the advantage of doing so. Where are the request scope values stored, server or client? Etc. I basically followed the fusebox.org methodology and did a Rambo

RE: LA CFUG (was Re: CF outputing SQL Server int field with decimal's?)

2000-12-08 Thread Kinley Pon
Thanks David...hope to meet you there. Kinley Pon Westcar Consulting Group, Inc. mailto: [EMAIL PROTECTED] -Original Message- From: David Shadovitz [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 1:04 AM To: CF-Talk Subject: LA CFUG (was Re: CF outputing SQL Server int field

RE: Application.cfm

2000-12-07 Thread Kinley Pon
Thanks Matthew... Kinley -Original Message- From: Walker, Matthew [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 06, 2000 7:55 PM To: CF-Talk Subject: RE: Application.cfm So, if I assigned a value to a "request.site.webroot" variable in app_globals, will this variable be

RE: CF outputing SQL Server int field with decimal's?

2000-12-07 Thread Kinley Pon
Hello Sandra, You mentioned of a LA CFUG. Is this the Los Angeles CFUG? If so, GREAT. I was wondering if there was a user group here. I live in Monterey Park. Where is meeting held and when? Justme Kinley -Original Message- From: Sandra Clark [mailto:[EMAIL PROTECTED]] Sent:

RE: Application.cfm

2000-12-06 Thread Kinley Pon
Hello everyone, I decided to include an example zip file, since I cannot express myself very well on email about the problem. I am trying to understand the proper usage of request variables. I followed a thread that Dave Watts uses request variables as constants that normally do not change.

RE: Application.cfm

2000-12-06 Thread Kinley Pon
r the page is in the same directory or not. Confused Justme JustLearning Just a Coldfusion wantabie Kinley Pon Westcar Consulting Group, Inc. mailto: [EMAIL PROTECTED] -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 8:35 PM To: CF-Talk S