Ok. What do non-enterprise people do? Go custom huh? Exactly. There is no global setup there.
On 9/29/06, Russ <[EMAIL PROTECTED]> wrote: > > You still need some sort of central DB server, so it's still putting extra > load on a server (either shared with your regular server or another piece > of > hardware for which you'll have to pay even more $). CF uses JRUN > clustering > which basically communicates from one node to another. I'm not sure which > one is more efficient, but my guess is the JRUN one is. > > You can edit one of the files, and tell JRUN to store session info in the > db, so it's not much harder then doing it in ASP. CF just gives you more > options. > > Russ > > > -----Original Message----- > > From: Phillip B. Holmes [mailto:[EMAIL PROTECTED] > > Sent: Friday, September 29, 2006 1:19 PM > > To: CF-Talk > > Subject: RE: CF vs. .NET presentations? > > > > >I imagine it will be the same with ASP. > > > > DB Session handling in ASP.NET is a native functionality of .NET which > you > > flip the setting in the web.config file and setup your SQL DB that > handles > > only those requests...the process and DB hit are incredibly thin and > fast. > > Remember ADO needs no ODBC bridge (like JDBC). DB hits to MS SQL are > going > > to naturally be faster. > > > > --Phil > > > > > > > > -----Original Message----- > > From: Russ [mailto:[EMAIL PROTECTED] > > Sent: Friday, September 29, 2006 11:57 AM > > To: CF-Talk > > Subject: RE: CF vs. .NET presentations? > > > > There are a few lines that you can add to CF config files and it will > > store > > all session data in the db. I tried it and it proved to be a bit slow, > > and > > I imagine it will be the same with ASP. CF has an arguably better > > solution > > where it shares the data between all the servers directly, instead of > > loading the db server on every request. > > > > Russ > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254816 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

