Search results

  1. A

    Swap postrgre for mysql

    MySql is free for personal use, but for commercial use there is a licensing fee. Because jodohost is providing a commercial service (regardless of how you plan on using the mysql), they need a license. https://order.mysql.com/ .
  2. A

    ColdFusion and SQL server?

    From looking at the posts, I'd guess... Find your mssql dsn in the coldfusion admin, replace the hostname with an IP, and then just restart the cf service. Try that.
  3. A

    MixMastery.com

    Heres a couple things... 1. Minor detail missing: the content table just below the tape in the upper left corner looks like its missing the thin border on that little stretch. 2. Just a performance tip: Since you plan on having a high traffic site, (and I can see you're using both session...
  4. A

    Uploading large files limitations CFFILE Jodo

    http://www.devarticles.com/c/a/Cold-Fusion/Multiple-File-Upload-with-CFFILE/
  5. A

    Overloaded mySQL database

    Tracing route to www.jodohost.com [64.156.220.241] over a maximum of 30 hops: 1 15 ms 1 ms 1 ms 192.168.0.128 2 18 ms 14 ms 12 ms 10.8.20.1 3 13 ms 11 ms 19 ms 68.6.10.114 4 14 ms 11 ms 11 ms fed1dsrc02-gex0703.sd.sd.cox.net...
  6. A

    Overloaded mySQL database

    411 mySQL databases by my count. I'd say thats a ton of databases, for a single db machine that sees regular activity. I get slowdowns on my site when it runs queries all the time. However, on the forum I've never noticed a slowdown, although i hardly use it compared to development with my...
  7. A

    Setting Up a Datasource

    no, you were right, send in a ticket...with this info... If MS Access: 1. DSN name. 2. Complete path to the *.mdb file If SQL DB: 1. DSN name. 2. DB name. 3. DB login and passowrd 4. Database Server:- MSSQL1/MSSqL2/Mysql
  8. A

    Restarting Servers

    Something that might help is cacheman, you can download it for free and stick it on the servers. It has an optimization it adds into windows that unloads inactive dll's from memory, and it can also be set to recover system memory when it drops below a certain amount. It doesnt free up as much...
  9. A

    HELP - Using fusebox

    The syntax is... listfindnocase(list, value, delimiters) while findnocase is... findnocase(substring, string, start) (maybe you just got these backwards?) CGI.script_name can't be searched as a list because its not. The error occurred in D:\hshome\....\Application.cfm: line 18 16 ...
  10. A

    Problem with Crystal Report 8.5, Cold Fusion MX and Microsoft SQL Server

    Is that error in Coldfusion or Crystal Reports (Coldfusion right)? Either way, it sounds like either the sql service isn't available at all (you've probably already tested for that), or something needs configuring to allow the two to communicate. Usually the one that needs configuring, if you...
  11. A

    Flash remoting for login

    With coldfusion, I'm pretty sure "flash remoting" means interfacing with coldfusion only through webservices, being .cfc's. Yes, I know you can flash remote to other ML's(meta languages) like PHP and ASP, but I think that only remotes to those as webservices also. It doesn't get true integration...
  12. A

    Overloaded mySQL database

    More recently, I've seen it up to 582 queries per second. Theres tons of databases on the mySQL server now...
  13. A

    DreamweaverMX datasource RDS ColdFusionMX

    Theres no real incentive or need to RDS into the database in dreamweaver. Just setup your datasource in the coldfusion admin. In cfqueries, put datasource="yourDSN" , that you setup in the cf admin. Then your code will have full functionality with your database. Then, for...
  14. A

    iFrame over flash files

    well, I don't know if it'll work for those particular items, but you could try using css "z index" properties on those. Give the iframe a higher z index priority, and the flash object a lower one.
  15. A

    cfx_image (can jodohost add?)

    yea i sentr one and they installamated it.
  16. A

    Overloaded mySQL database

    Simple mySQL queries have been taking wayyy too long. A day ago I saw the mySQL server was handling 65 queries per second (average). Currently, its at 57 queries per second (average). 2 months ago the query would only take 200ms for me (I'm on the west coast so i believe that includes travel...
  17. A

    Cfcontent ?

    now the real question is, how the goddamn hell can you get the ruler bars that word puts up to go away? someones gotta have an answer for this.
  18. A

    Setting up CF and Access

    whats his debugging info saying? is it saying can't connect to the db? It should say if its not.
  19. A

    cfx_image (can jodohost add?)

    ok i'll jest sendr a trouble ticker.
  20. A

    cfx_image (can jodohost add?)

    Hi, theres this custom tag i'd like to use, but of course I would need it enabled on the server, or atleast my account, if thats possible. This custom tag is free to use, and it can be downloaded and installed from the authors site at http://www.kolumbus.fi/jukka.manner/ . If you guys...
Back
Top