Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: ColdFusion

Quote Reply
Re: ColdFusion In reply to
Those SQL calls don't mean much. Links is a lot more then just a series of data access calls. Your viewing links call doesn't take into account spanning pages, sorting links, new/cool first, etc. Also, I don't use CF, but your random looks wrong, the Maximum Id doesn't neccessarily represent the total number of links in the database, and is also probably really inefficent. You want:

SELECT COUNT(*) FROM Links

which is usually known in the table defintion.

Sure, all of that could be moved to cold fusion, but you also need to move the page generation, validation, link checking, category management, public add/modify/search (searching is quite difficult unless you limit your descriptions to 255 characters), templates, etc.

Also, one of Links strongest features is it's customizability. You can easily add/remove fields to the database. Achieving this in SQL is quite difficult.

It's really not as easy as you portray it.

Cheers,

Alex
Subject Author Views Date
Thread ColdFusion jex 4660 Mar 28, 1999, 7:25 AM
Post Re: ColdFusion
cK 4581 Mar 29, 1999, 12:56 AM
Post Re: ColdFusion
danziger 4595 Apr 18, 1999, 12:57 PM
Post Re: ColdFusion
danziger 4591 Apr 18, 1999, 12:58 PM
Post Re: ColdFusion
jex 4599 Apr 19, 1999, 11:58 AM
Post Re: ColdFusion
Alex 4606 Apr 19, 1999, 3:20 PM
Post Re: ColdFusion
jex 4578 May 4, 1999, 11:14 AM
Post Re: ColdFusion
Aaron 4570 May 4, 1999, 3:12 PM
Post Re: ColdFusion
jex 4594 May 5, 1999, 11:42 AM
Post Re: ColdFusion
jex 4564 May 5, 1999, 1:52 PM
Post Re: ColdFusion
jex 4587 May 10, 1999, 6:48 AM
Post Re: ColdFusion
Alex 4575 May 10, 1999, 5:15 PM