Community Member Profile

James beuthling
Member since Mar 5, 2009

Recent Blog Comments By James beuthling

  • HostMySite.com Has The Best ColdFusion Hosting

    Posted on Nov 28, 2009 at 6:57 AM

    - I think you would surprised how godaddy has improved their cfml, their entry level techs dont know cfml but they have more advanced techs that no exactly what their doing. And can fix any issue, they have been very helpful with me, and my less then perfect coding. And I have been with them for... read more »

  • HostMySite.com Has The Best ColdFusion Hosting

    Posted on Nov 27, 2009 at 2:38 PM

    (to henry) Im with godaddy,on shared hosting. I have found their support with me to be excellent, I dont mind waiting for an email response, because i prefer email, not phone. And their uptime is really 99.99 % its pretty good. I go months without errors or shut downs. The only problems i general... read more »

  • HostMySite.com Has The Best ColdFusion Hosting

    Posted on Nov 27, 2009 at 8:06 AM

    With coldfusion shared hosting sometimes it's difficult for all providers to keep perfect up time. Cfml messed that way - even if you have an undeclared variable on your page (you may not even notice), that's enough to cause server errors and an inevitable jrun restart and pausing the hundreds of... read more »

  • 500 null : Mysterious ColdFusion Error

    Posted on Nov 12, 2009 at 12:57 PM

    Just like i said above change your server settings. ---coldfusion.filter.RequestThrottleFilter$PostSizeLimitExceededException: Post Size exceeds the maximum limit.--- change limit. If you are on shared server you cant.... read more »

  • 500 null : Mysterious ColdFusion Error

    Posted on Nov 10, 2009 at 4:51 PM

    It says your server settings are for 100mb max. Thats it, you can up load 99.5 not 100.1 your maxed out. Change your server settings. If you cause a server error you crash the server no redirect. you just get the error. I dont think it would redirect if you crashed it. What is the error ? 501 ?read more »

  • 500 null : Mysterious ColdFusion Error

    Posted on Nov 10, 2009 at 11:33 AM

    1. Is this on a shared host. They do have limitations. Mine seem to be 20 secs. You might have to chop the file up to send. and as you pointed out your limit is 100 mb - - just a guess, but im pretty sure a file that large would have to ftp'd... read more »

  • 500 null : Mysterious ColdFusion Error

    Posted on Nov 10, 2009 at 7:40 AM

    If your uploading files that large I belive you FTP it not ( http it or file upload it ) !_!. - Can you set the timeout on the http to be Longer ? Your server will timeout if it takes to long to load my is limited at like 20 secounds. asspeacialy if your on a shared server.... read more »

  • Making ColdFusion's QueryNew() More Readable

    Posted on Nov 3, 2009 at 6:28 PM

    No - but I will now, just got to figure it out, never used WDDX method before.... read more »

  • Making ColdFusion's QueryNew() More Readable

    Posted on Nov 2, 2009 at 5:18 PM

    @ Ben I am trying to max out my gdidy account. They only offer up to 200 simultaneous mysql transactions. But unlimited data transfer, and storage. So i am trying to leverage what really needs database access (which is easier, faster etc) and what I can store in xml for access. And w... read more »

  • Making ColdFusion's QueryNew() More Readable

    Posted on Nov 1, 2009 at 1:53 PM

    Its seems to me that it is faster to do a cffile read and only loop throught part of the dataset, using find() or something like to filter. I can read and find stuff in a secound, with basic find() and cffile. But when i use querynew it always takes 20 secs or timeout with larger datasets. It all... read more »

  • Making ColdFusion's QueryNew() More Readable

    Posted on Nov 1, 2009 at 12:54 PM

    When my xmlquery gets to be 800 rows or more it takes a long time to load, if it gets to 1600 rows it times out (20 seconds). Much slower then pulling from database. any performance tips for querynew. or other alternatives. I'm probably doing something wrong ?... read more »

  • Datasource Names For All The Database Tags Within CFTRANSACTION Must Be The Same

    Posted on Oct 31, 2009 at 6:08 PM

    Thanks Ben thats what i was looking for !_!... read more »

  • OOPhoto - Handling Database Transactions With Ease

    Posted on Oct 31, 2009 at 6:02 PM

    And the google ad thing - It was just hanging my site. Half the page would load, and then one of their fancy picture banners would pop in. An the page would stall out. ? Probibly conflicting javascript. You can see it in firebug.... read more »

  • OOPhoto - Handling Database Transactions With Ease

    Posted on Oct 31, 2009 at 5:59 PM

    This is the exact quote from a site on a gdiddy server. - They have since fixed my connections, but I didnt know this happening becouse I thought those connections would close to - but this is a Quote- It has come to our attention that your hosting account itemtrader.ca is causing an over-u... read more »

  • Datasource Names For All The Database Tags Within CFTRANSACTION Must Be The Same

    Posted on Oct 31, 2009 at 8:11 AM

    Should cftransaction be used for every query to the mysql database?. I understand that it groups querys, if they use one anothers info. But would you put it around a single query, and do a rollback to close the connection if unsuccessful. Looking for a php close mysql connections tag or something... read more »

  • ColdFusion Application.cfc Tutorial And Application.cfc Reference

    Posted on Oct 26, 2009 at 7:38 PM

    I am being asked to clear my mysql transations from a shared hosting account. Would their be a place in the application.cfc that would be good for <cfset cfusion_dbconnections_flush()> and would this do what i need ? been looking for an ansewer i cant find it.... read more »

  • OOPhoto - Handling Database Transactions With Ease

    Posted on Oct 25, 2009 at 10:27 PM

    I figured out what was wrong google has just assigned me a custom crawl rate that i cant change without emailing them. I checked my access logs and whooooooly gooogle bot ------- en! I had to do some sitehouse keeping and upgrade my account. Fun Weekend... read more »

  • OOPhoto - Handling Database Transactions With Ease

    Posted on Oct 23, 2009 at 10:05 AM

    New thought - i belive that the large google files and scripts (sometimes) are just running on and on not completing causing my page to not load completly. You can see this in fire bug. So - this is why i beleive my site was getting the 503 error. It coincides with me going crazy putting google a... read more »

  • OOPhoto - Handling Database Transactions With Ease

    Posted on Oct 22, 2009 at 3:34 PM

    I dont get it also, because its a java script call to google, from the users machine i thought and that shouldn't use up your connections to the server. But I deleted the Google visual ads and everything is fine. Maby a java script conflict ? Probably a fluke. reduced my page connections by 3/4... read more »

  • OOPhoto - Handling Database Transactions With Ease

    Posted on Oct 22, 2009 at 2:50 PM

    I think i figured out the issue. Its my google ads - some of those visual ads are eating up l2 page requests. evil little Google, bad Google. so if i have a potential 150 request at any given time. that could be used easily by 8 or less people. - ("aaaa i felt my brain get bigger") . please... read more »

Member Account Kinky Solutions Shop