Architecture

2000-09-05 Thread Joseph J. Sanger, M.D.
Does CF 4.5.1 have to run on the same box hosting the web server? Can I run CF on a WNT box, and use it with, say, Apache running on a different box (perhaps with UNIX OS)? Thanks in advance. ___ Joseph J. Sanger, M.D.

RE: Architecture

2000-09-05 Thread Ed Toon
y you can't do anything like having five CF servers and one web server... -Original Message- From: Joseph J. Sanger, M.D. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 05, 2000 1:23 PM To: [EMAIL PROTECTED] Subject: Architecture Does CF 4.5.1 have to run on the same box hosti

RE: Architecture

2000-09-08 Thread Jon Bell
If the version of CF is enterprise the answer is yes, You would have to make sure the OS' are compatible. j -Original Message- From: Joseph J. Sanger, M.D. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 05, 2000 4:23 PM To: [EMAIL PROTECTED] Subject: Architecture Does CF

Re: Architecture

2000-09-08 Thread JustinMacCarthy
Look into cfdist.exe ~Justin - Original Message - From: "Jon Bell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 08, 2000 5:19 PM Subject: RE: Architecture > If the version of CF is enterprise the answer is yes, You would have t

Architecture advice please ...

2002-12-22 Thread Michael Kear
My client's sysadmin has decided that the when they get the new server in a few days, (we've had a one server site up to now) we'll configure it as follows, and I'd like your opinions as to whether this is the best way to do it. It seems to me they have made some really problematical choices.

RE: CFMX architecture question

2002-11-04 Thread Dave Watts
> What happens to those class files? Are they deleted at > some point? No, not unless you delete them yourself. You wouldn't want them to be deleted, since they'd just need to be recompiled again later. > When I build out a box, I put CF on the C drive which > sits pretty on its own SMALL parti

Re: CFMX architecture question

2002-11-04 Thread Sean A Corfield
On Monday, Nov 4, 2002, at 10:12 US/Pacific, Dave Watts wrote: > Yes, you can store the files anywhere you want. The directory is > specified > in \CFusionMX\wwwroot\WEB-INF\web.xml, in the following section: > > > coldfusion.compiler.outputDir > /WEB-INF/cfclasses > This is the direc

Re: Architecture advice please ...

2002-12-23 Thread Jochem van Dieten
Quoting Michael Kear <[EMAIL PROTECTED]>: > > We have one main site, (I'll call it MAINSITE) which consists of a > shop and lots of .asp and html pages, and a couple of cold-fusion > based separate smaller sites. NO problem so far, but the MAINSITE has > lots of interactive ColdFusion pages, whic

Tiered Architecture in CF

2000-05-08 Thread Brook Davies
I am developing a complex web application and a fellow developer on the project has proposed the following architecture. I am wondering if any one has developed a CF app in this way and if any one has any interesting suggestions on how to include this type of tiered/segmented approach to

Newbie CF architecture question

2001-04-25 Thread Julie Clegg
Hello, I have a genreal question concerning how CF embeds other code into its code. I understand how to use javascript in CF and how to call a stored prcedure from the SQL Server but how or even can you embed java code into my CF application. I guess I am trying to find out if there is co

Architecture and Infrastructure Question

2003-07-18 Thread Michael Ross
I was hoping to start a question with any sys admin's on the list a large or mega large companies on what type of infrastructure they have set up. I would love to bounce some idea's and thoughts off of others. Anyone implementing the new "Application Enterprise Suite's" like Novell Extend, Sun

Architecture and Infrastructure Question

2003-07-18 Thread Michael Ross
I was hoping to start a question with any sys admin's on the list a large or mega large companies on what type of infrastructure they have set up. I would love to bounce some idea's and thoughts off of others. Anyone implementing the new "Application Enterprise Suite's" like Novell Extend, Sun

RE: Newbie CF architecture question

2001-04-25 Thread James Maltby
COM objects can be called from outside a page. J -Original Message- From: Julie Clegg [mailto:[EMAIL PROTECTED]] Sent: 25 April 2001 14:16 To: CF-Talk Subject: Newbie CF architecture question Hello, I have a genreal question concerning how CF embeds other code into its code

Re: Newbie CF architecture question

2001-04-25 Thread Jeffry Houser
Look up your documentation on CFINCLUDE. In basic terms, you can take some code (any code you want) and put it in a separate file, and then include that file in your other template. I commonly use this for headers and footers. If you create a file (we'll call it 'myinclude.cfm') wit

OT: Sites on site architecture?

2001-03-20 Thread Paul Ihrig
if you have any good links to sites that explain good site architecture & planning i would appreciate it. thank you -paul Web Developer, NBBJ Work: [EMAIL PROTECTED] 614 241-3534 fax:614 485-5534 Home: [EMAIL PROTECTED] 614 449-1681 icq:4765

RE: Sites on site architecture?

2001-03-20 Thread James Maltby
h Depth" - http://www.planetit.com/techcenters/docs/e_business-web_dd/technology_featur e/PIT20010214S0020 Alternately O'Reilly Press have published a "Information Architecture" book - try Amazon to buy it. J "The Force is strong in this one..." - Darth Vader

RE: Sites on site architecture?

2001-03-20 Thread Paul Sizemore
y.gov/ User Interface Engineering http://world.std.com/~uieweb/ -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 7:47 AM To: CF-Talk Subject: OT: Sites on site architecture? if you have any good links to sites that explain good site archite

RE: Sites on site architecture?

2001-03-20 Thread Chris Montgomery
Paul, One of the best sites I found is Argus' Center for Information Architecture at http://argus-acia.com/index.html. I don't know how much longer this will be around, however, as I heard on another list yesterday (from an Argus employee) that Argus is shutting down...so grab what you

SOT: Thinking about application architecture...

2003-07-17 Thread Tim Blair
* repost as a didn't get it through yesterday... Moring all... We are currently at the beginning stages of a large (possibly huge) CF project so now's the time we're looking at how to move forward. I've got about a million things to think about in respect of both architecting the application and

RE: Thinking about application architecture...

2003-07-17 Thread Taco Fleur
Taco -Original Message- From: Tim Blair [mailto:[EMAIL PROTECTED] Sent: Thursday, 17 July 2003 6:26 PM To: CF-Talk Subject: SOT: Thinking about application architecture... * repost as a didn't get it through yesterday... Moring all... We are currently at the beginning stages of a large

Re: Thinking about application architecture...

2003-07-17 Thread Thomas Chiverton
On Thursday 17 Jul 2003 09:38 am, Taco Fleur wrote: > *** Database > > We have generally always used MySQL as the database for sites we develop > but considering the possible "enterprise" scale nature of this > application we're starting to look elsewhere. In my opinion MySQL isn't > quite there i

RE: Thinking about application architecture...

2003-07-17 Thread Sandy Clark
Fleur [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 4:38 AM To: CF-Talk Subject: RE: Thinking about application architecture... I know using the client SCOPE will allow you to load balance session between a clustered environment, that is if you use a database as storage for the sessions

RE: Thinking about application architecture...

2003-07-17 Thread webguy
hi, > Sandy Clark [EMAIL PROTECTED] Said: > Actually using J2EE Sessions with a copy of CFMX for J2EE and your own J2EE > server will allow you to use the J2EE clustering abilities with session > variables. > > Ben Forta gave a presentation here last week which came up with that exact > item. Ver

RE: Thinking about application architecture...

2003-07-17 Thread Hagan, Ryan Mr (Contractor ACI)
:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 4:38 AM To: CF-Talk Subject: RE: Thinking about application architecture... I know using the client SCOPE will allow you to load balance session between a clustered environment, that is if you use a database as storage for the sessions. I thought MySQL

RE: Thinking about application architecture...

2003-07-17 Thread Hagan, Ryan Mr (Contractor ACI)
g happily along with very few problems. -Original Message- From: Tim Blair [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 4:26 AM To: CF-Talk Subject: SOT: Thinking about application architecture... * repost as a didn't get it through yesterday... Moring all... We are c

RE: Thinking about application architecture...

2003-07-17 Thread webguy
Hi, > From: Hagan, Ryan Mr (Contractor ACI) > Out of curiosity, what is the problem with limiting each session to the same > box on a load-balanced system? We use a web farm here and we restrict each > session to only one box with no problems. I don't really see this as much > of a constraint an

Re: Thinking about application architecture...

2003-07-17 Thread Jochem van Dieten
Thomas Chiverton wrote: > On Thursday 17 Jul 2003 09:38 am, Taco Fleur wrote: > >>We have generally always used MySQL as the database for sites we develop >>but considering the possible "enterprise" scale nature of this >>application we're starting to look elsewhere. In my opinion MySQL isn't >>q

Re: Thinking about application architecture...

2003-07-17 Thread Thomas Chiverton
On Thursday 17 Jul 2003 13:46 pm, Jochem van Dieten wrote: > > We used to use it, it scaled well to start with, but by the end we were > > having to rebuild our indexes almost weekly, by hand. > > cron + REINDEX takes care of that for BTREE indexes, but RTREE, Hash and > GIST indexes don't need rei

RE: Thinking about application architecture...

2003-07-17 Thread Tim Blair
> Basically that is Sticky Sessions. The only problem with this > is if you establish a session on box1, and box1 fails you > loss your session state. If you are using cluster wide > sessions, your session can just continue on another box. > Thats the main difference. This may or may not be an

RE: Thinking about application architecture...

2003-07-17 Thread Peter Harrison
What kinds of things will you be needing your session state for? - Peter -Original Message- From: Tim Blair [mailto:[EMAIL PROTECTED] Sent: 17 July 2003 14:13 To: CF-Talk Subject: RE: Thinking about application architecture... > Basically that is Sticky Sessions. The only problem w

Re: Thinking about application architecture...

2003-07-17 Thread Jochem van Dieten
Thomas Chiverton wrote: > On Thursday 17 Jul 2003 13:46 pm, Jochem van Dieten wrote: > >>cron + REINDEX takes care of that for BTREE indexes, but RTREE, Hash and >>GIST indexes don't need reindexing. (This was fixed for BTREE indexes in >>CVS 2 months ago so once 7.4 is released it will be complet

Re: Thinking about application architecture...

2003-07-17 Thread Sean A Corfield
On Thursday, Jul 17, 2003, at 01:38 US/Pacific, Taco Fleur wrote: > I know using the client SCOPE will allow you to load balance session > between a clustered environment, that is if you use a database as > storage for the sessions. Yes, if you're using CF5 and earlier. With CFMX you'd probably wa

RE: Thinking about application architecture...

2003-07-17 Thread Tim Blair
> What kinds of things will you be needing your session state for? I would imagine (I haven't gone that deeply into it just yet) just basic state session info -- user id, partner id, possibly affiliate id -- all simple variable types, no structs etc ... -

RE: Thinking about application architecture...

2003-07-17 Thread Peter Harrison
Cookies and cached queries spring to mind. However, Sean's suggestion about the J2EE session variables sounds nicer. - Peter -Original Message- From: Tim Blair [mailto:[EMAIL PROTECTED] Sent: 17 July 2003 16:01 To: CF-Talk Subject: RE: Thinking about application architecture... &

RE: Thinking about application architecture...

2003-07-17 Thread Ken Wilson
>enable J2EE session variables and take advantage of the clustering and >fail over capabilities of the underlying J2EE app server (e.g., CFMX >for J2EE on JRun gives you session replication in real-time). Are these clustering and fail-over capabilities available if you are using the regular ve

RE: Thinking about application architecture...

2003-07-17 Thread Dave Watts
> Any other benefit to J2EE session variables on CFMX versions > other than CFMX for J2EE? Yes, if you want to integrate your CFMX code with servlets and JSP pages on the same machine. You can do this with the standalone CFMX Enterprise product. You don't need CFMX for J2EE for that. You do need i

RE: Thinking about application architecture...

2003-07-17 Thread Sandy Clark
CFMX on any J2EE server that supports the replication. CFMX simply lets the J2EE server deal with it. -Original Message- From: webguy [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 7:25 AM To: CF-Talk Subject: RE: Thinking about application architecture... hi, > Sandy Cl

Re: Thinking about application architecture...

2003-07-17 Thread Sean A Corfield
On Thursday, Jul 17, 2003, at 08:23 US/Pacific, Ken Wilson wrote: >> enable J2EE session variables and take advantage of the clustering and >> fail over capabilities of the underlying J2EE app server (e.g., CFMX >> for J2EE on JRun gives you session replication in real-time). > Are these clustering

Re: SOT: Thinking about application architecture...

2003-07-17 Thread Jochem van Dieten
Tim Blair wrote: > > We have generally always used MySQL as the database for sites we develop > but considering the possible "enterprise" scale nature of this > application we're starting to look elsewhere. In my opinion MySQL isn't > quite there in that respect -- lack of stored procs, relations

Architecture Question: Adding event model to jComponents

2004-07-16 Thread Joe Rinehart
Hi all, I've got a series of custom tags that make CSS/_javascript_ base interface widgets like tab navigations and accordian panes.  (demo at http://clearsoftware.net/clear/?template=downloads.jcomponents) I'm currently implementing an event model with the following goals: 1.  Allow a developer

Re: Thinking about application architecture... (db issues)

2003-07-17 Thread John Paul Ashenfelter
- Original Message - From: "Thomas Chiverton" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2003 5:08 AM Subject: Re: Thinking about application architecture... > On Thursday 17 Jul 2003 09:38 am, Taco Fleur wrot

Re: Thinking about application architecture... (db issues)

2003-07-17 Thread Jochem van Dieten
ySQL *TODAY* is shipping for 64-bit AMD processors. MS SQL > Server Yukon, DB2, etc are all not yet available in 64-bit editions. DB2, Oracle, PostgreSQL etc. have all been around as 64-bit applications for ages. They all run on HP-UX, AIX, Solaris etc. And if you are specifically refering to the x

Re: Thinking about application architecture... (db issues)

2003-07-17 Thread John Paul Ashenfelter
- Original Message - From: "Jochem van Dieten" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2003 11:13 AM Subject: Re: Thinking about application architecture... (db issues) > John Paul Ashenfelter wrote: > >

Re: Thinking about application architecture... (db issues)

2003-07-17 Thread Jochem van Dieten
John Paul Ashenfelter wrote: > From: "Jochem van Dieten" <[EMAIL PROTECTED]> >>John Paul Ashenfelter wrote: >> >>>All that said, the memory cache built into MySQL 4 beats anything from >>>Oracle, MS, etc. You can set the cache size to whatever you wish and the db >>>handles all the caching. Huge pe

House of Fusion Architecture Revealed at August 13 NYCFUG Meeting

2002-07-30 Thread Judith Dinowitz
For the first time, Michael Dinowitz is going to reveal some of the hidden gems, best practices and the approaches that make the new House of Fusion archives function quickly and efficiently. This presentation will cover the issues, architecture and code necessary for the House of Fusion lists

Re: House of Fusion Architecture Revealed at August 13 NYCFUG Meeting

2002-07-30 Thread Michael Dinowitz
s and > the approaches that make the new House of Fusion archives function quickly > and efficiently. This presentation will cover the issues, architecture and > code necessary for the House of Fusion lists to operate. Michael will > address such topics as weeding out spammers, par

RE: House of Fusion Architecture Revealed at August 13 NYCFUG Meeting

2002-07-30 Thread Paris Lundis
rawler.com (p) 1-212-655-4477 [finding the future in the past, passing the future in the present] [connecting people, places and things] -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 2:03 AM To: CF-Talk Subject: Re: House of Fusion Ar

Re: House of Fusion Architecture Revealed at August 13 NYCFUG Meeting

2002-07-30 Thread Michael Dinowitz
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 31, 2002 2:03 AM > To: CF-Talk > Subject: Re: House of Fusion Architecture Revealed at August 13 NYCFUG > Meeting > > > At the meeting I'll be releasing a number of UDFs that I use for ema

RE: House of Fusion Architecture Revealed at August 13 NYCFUG Meeting

2002-07-30 Thread Paris Lundis
: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 2:25 AM To: CF-Talk Subject: Re: House of Fusion Architecture Revealed at August 13 NYCFUG Meeting After the meeting. I'll be releasing all of the code at that point. As for slides, I don't have any. It'll be

Good books on Web Application Architecture (was RE: CFMODULE vs. CFINCLUDE)

2004-12-02 Thread Jerry Johnson
Which brings up a follow on thread: What would you recommend as good reading on Architecture? Jerry Jerry Johnson Web Developer Dolan Media Company >>> [EMAIL PROTECTED] 12/02/04 02:53AM >>> To write a good application, knowing ColdFusion is only 1% and most people don&#x