> Isaac,

> The actual download link returns a 404 error.

> Cedric

Okay, this is fixed and the server seems to be better now...

http://www.fusiontap.com/download

Apparently there was another small bug in the framework's link/url
management system, specifically related to the upgrade from CF6 to CF7
(moving to Application.cfc architecture). I've been fixing a few other
similar bugs related to this transition recently, since the public
site was just put on the CF7 server recently and I noticed a couple
issues that only occurred in production mode because they were related
to the way caching is handled for some low-level features like path,
url and process aliases -- which is slightly different with
Application.cfc than it was with Application.cfm.

Recent issues with the server seeming to be pegged at times have also
forced me to make some improvements to the way the function libraries
are loaded... At certain times of the day a request that normally
executes in under 1 second (after starting the app) would time-out
while still executing the cf code and since the server has a max of 60
seconds, I can't increase it beyond that in my code. Seems kind of odd
actually, that I would need to revise the code for this, but it's good
to know the latest versions can handle it more gracefully. Previously
if it timed-out while in the midst of loading the default library set,
it wouldn't try to load them again on the next request, so some
functions needed for a given page (or in some cases any page) would be
missing and cause more errors until I restarted the app. The new
version sets a variable after the default libraries are loaded so that
it ensures all libraries are completely loaded before executing any
additional code for the request. (I had never antiscipated before that
a request could actually take long enough if the server was stressed
to time out while loading the default libraries.)


s. isaac dealey     954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215718
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to