Re: Reading cookie from ASP.Net to CF

2007-05-13 Thread James Holmes
Well then that's going to be a problem. If the cookie isn't showing up then you are not going to be able to read it. Confirm that the cookie is being set for the right domain - the firefox Web Developer toolbar will help show what cookeis are set. On 5/11/07, Venkatesh Raman wrote: Thanks for

Re: Reading cookie from ASP.Net to CF

2007-05-13 Thread Andrew Scott
James that is actually a good point... If you don't have it yet, getfirebug.com and install this for Firefox it will be the best tool you ever use. It will shows all the cookies etc that is sent with the request etc and you can debug more and do more than the Web Developer toolbar. On 5/13/07,

Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
'Ello Is there anyway to speed up the first hit compile time of templates (not by extensive cachine of class files etc) I mean speed up the actual process as if it was running clean each time. Is it a case of JVM tweaks or a case of living with the first hit speed out of the box? Cheers Neil

Re: Speeding up first hit compile time

2007-05-13 Thread Andy Allan
cfcompile On 13/05/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: 'Ello Is there anyway to speed up the first hit compile time of templates (not by extensive cachine of class files etc) I mean speed up the actual process as if it was running clean each time. Is it a case of JVM

Re: Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
Yeah but that is an advance process which is not an option... as you know first hand :-) our CMS generates files on the fly during editing/creation which I was trying to speed up. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United

Re: Speeding up first hit compile time

2007-05-13 Thread Andrew Scott
Neil... not sure if this is an option or not.. Not sure how you are creating your on the fly code, or template. But have you considered running a an execute or something on the creation of that file to compile it? just a thought, not sure if there is a setting in the Administrator or not. to help

Re: Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
The files are created by the CMS system on the fly so I kinda need to rely on the ColdFusion engine to compile them first off as each page, per user/project is unique. It's no huge deal I was just trying to claw back those extra milliseconds :-) This e-mail is from Reed Exhibitions (Gateway

Re: Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
I can obviously save class files and potentially turn on template caching but in some cases this causes more problems. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number

Re: Speeding up first hit compile time

2007-05-13 Thread Peter Tilbrook
As CF improves, markedly of late, this should not be an issue. Yes CF seems to take ages to execute the first template upon a restart (as the libraries are loaded) but after that it flies. If you are having issues I would look at your setup - is the database server on the same box, system RAM,

Re: Speeding up first hit compile time

2007-05-13 Thread Andrew Scott
Neil, I think I said that when the file is created why not do a cfexcute on the file to compile it? On 5/13/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: The files are created by the CMS system on the fly so I kinda need to rely on the ColdFusion engine to compile them first off as

OT: MySQL - need auto increment back to 0...

2007-05-13 Thread Will Tomlinson
Did some googlin' on this and didnt come up with much. I have an auto increment ID in a MySQL table. Let's say 10,000 are inserted. Then you delete those 10,000. You add another and the auto increment sets the id at 10001. How can I get that table to start back to 0? I'm testing with a lot

Re: Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
Wouldn't help, the pages are created *and* requested on the fly. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential

Re: Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
Yeah, It's not a huge deal as noted, but the extra millisecs all count when you have x number of users adding content/pages to the site via the CMS. The setup is pretty beefy, so I don't think it's that, it's no doubt something I will have to live with :-( until ColdFusion flies! This e-mail

Re: OT: MySQL - need auto increment back to 0...

2007-05-13 Thread Robertson-Ravo, Neil (RX)
Search for reseed + identity column + MySQL. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be

Re: MySQL - need auto increment back to 0...

2007-05-13 Thread Jake Pilgrim
In the past I have just deleted the column and recreated it, which effectively sets the autoincrement back to 0. However there are definitely a few downfalls of this approach (broken relationships and not straightforward when done programatically) - I'll be interested in finding if anyone has a

Re: MySQL - need auto increment back to 0...

2007-05-13 Thread Will Tomlinson
Thanks Neil! I ended up finding TRUNCATE TABLE with your search. Seemed to do the trick. :) Will ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 Flex 2 Free Trial

Re: Speeding up first hit compile time

2007-05-13 Thread Gert Franz
Hi Neil, I am still trying to convince you to try Railo :-) Since CFCompile is not an option you can tweak the JVM settings for CFMX. Read more here: http://java.sun.com/docs/hotspot/VMOptions.html http://developers.sun.com/techtopics/mobility/midp/articles/garbage/index.html Since in Railo

Re: Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
Perhaps you can try to convince me in Edinburgh at the end of the month :-) As it stands though, if a switch was to happen it would be to Bluedragon.NET so you have some work to do..! Thanks for the link, will check it out. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,

Re: Speeding up first hit compile time

2007-05-13 Thread Gert Franz
Well after you have seen it, I guess you don't have to be convinced anymore... :-) No, no... Just us that, what is best suited for you... Gert Robertson-Ravo, Neil (RX) schrieb: Perhaps you can try to convince me in Edinburgh at the end of the month :-) As it stands though, if a switch was

a couple windows to linux, cf to bluedragon problems

2007-05-13 Thread stylo stylo
I'm moving from windows to linux and cf to bluedragon and a few issues in moving the same code: 1) One is a cfsavecontent latest in an include that is not appearing now. cfoutputcfinclude template=o_latest.cfm/cfoutput cfset z = StructInsert(extras, latest, latest) I can't remember why the

Re: Speeding up first hit compile time

2007-05-13 Thread Ariel Jakobovits
hit the page yourself the first time as soon as you release it to cause it to compile so that it is ready for your users - Original Message From: Gert Franz [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Sunday, May 13, 2007 9:37:51 AM Subject: Re: Speeding up first hit

Re: Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
Erm, yes I know that but this is actually speeding up that process. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential

Re: Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
Also, these pages are created/viewed on the fly from within the CMS. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential

Re: Speeding up first hit compile time

2007-05-13 Thread Will Tomlinson
Maybe you can schedule a task to hit the page so it's compiled? Will ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive:

RE: Speeding up first hit compile time

2007-05-13 Thread Paul Vernon
Erm, yes I know that but this is actually speeding up that process. Why not use CFHTTP to call the page when you save it? Seems straightforward enough... Paul ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe

Re: Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
Nope, can't be done as noted, the page is built and requested on the fly. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is

Thread Dump Question java.net.SocketInputStream.socketRead0

2007-05-13 Thread Brook Davies
In a thread dump, I have about 20 threads that all seem to be sitting at the same place. They all look like this: jrpp-26 prio=5 tid=0x086652b0 nid=0x174 runnable [f6df000..f6dfd94] at java.net.SocketInputStream.socketRead0(Native Method) at

Re: Speeding up first hit compile time

2007-05-13 Thread Will Tomlinson
Nope, can't be done as noted, the page is built and requested on the fly. Then you're just out of luck on this one guy? :) Will ~| ColdFusion MX7 and Flex 2 Build sales marketing dashboard RIA’s for your business. Upgrade

Re: Speeding up first hit compile time

2007-05-13 Thread Andy Allan
I'd say you just need to live with it ... if the miliseconds are precious, look at other areas instead. On 13/05/07, Will Tomlinson [EMAIL PROTECTED] wrote: Nope, can't be done as noted, the page is built and requested on the fly. Then you're just out of luck on this one guy? :) Will

Re: CFMyAdmin

2007-05-13 Thread Steve Good
Anybody? I'm trying to find a tool to manage my MySQL server remotely with the same ease phpMyAdmin provides. Any push in the right direction would be great. I would install php, but I want to keep my server overhead to a minimum. Steve Good wrote: Has CFMyAdmin disappeared? The

Bluedragon Installation

2007-05-13 Thread Qasim Rasheed
Hello folks, I am hoping that someone on this list might be able to help me with the installation issues. I downloaded the Server JX from New Atlanta website and clicked through the installer with builtin webserver. However when I try to access url http://localhost:8080/bluedragon, I am faced

Re: Thread Dump Question java.net.SocketInputStream.socketRead0

2007-05-13 Thread Andrew Scott
How are you doing your thread dump? Not 100% sure I can answer this question, as I have never done a thread dump before? But is the site idle when you do this, or is this under a bit of load? It could be threads from CF itself opening and closing files, but thats a stab in the dark for me as I

Re: Bluedragon Installation

2007-05-13 Thread Andrew Scott
Sounds like a permission error for the directory that holds the pages. On 5/14/07, Qasim Rasheed [EMAIL PROTECTED] wrote: Hello folks, I am hoping that someone on this list might be able to help me with the installation issues. I downloaded the Server JX from New Atlanta website and

RE: Subversion Tutorial Posted

2007-05-13 Thread Jaime Metcher
Andrew, Where's your blog? I did google it - do you have any idea how many people out there are pretending to be you? Jaime Metcher -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Saturday, 12 May 2007 10:37 PM To: CF-Talk Subject: Re: Subversion Tutorial

Re: CFMyAdmin

2007-05-13 Thread todd sharp
Check SQL Admin - http://sqladmin.riaforge.org/ There are a bunch of similar apps out there. Google around a bit and you'll find them. Anybody? I'm trying to find a tool to manage my MySQL server remotely with the same ease phpMyAdmin provides. Any push in the right direction would be

Re: Bluedragon Installation

2007-05-13 Thread Qasim Rasheed
Andrew, Thanks for the response. How do I set up permission for the directory for the built in web server? Qasim On 5/13/07, Andrew Scott [EMAIL PROTECTED] wrote: Sounds like a permission error for the directory that holds the pages. On 5/14/07, Qasim Rasheed [EMAIL PROTECTED] wrote:

Re: CFMyAdmin

2007-05-13 Thread todd sharp
Ooops...looks like that requires PHP too. Here's a few others: http://cfsilence.com/blog/client/index.cfm/2006/1/4/Genesis-10-Query-Evalution-Tool-Released http://www.flexsqladmin.com/ ~| ColdFusion MX7 by Adobe® Dyncamically

Re: Subversion Tutorial Posted

2007-05-13 Thread Andrew Scott
Yeah, I know I guess that is why it is hard to find. I blame mum for being un imaginative, but hey have to love her anyway. My blog is listed at www.andyscott.id.au, and I haven't posted the tutorial for subversion yet. i want to make sure that this covers a range of scenarios and doesn't

Re: Subversion Tutorial Posted

2007-05-13 Thread Andrew Scott
Jamie, I just also realised that I had also posted it in another reply in this thread Oh well, you have it now. On 5/14/07, Andrew Scott [EMAIL PROTECTED] wrote: Yeah, I know I guess that is why it is hard to find. I blame mum for being un imaginative, but hey have to love her

Re: CFMyAdmin

2007-05-13 Thread Andrew Scott
Are the ports for mySQL open on your DB server? If so, there are many DB plugins for Eclipse that would be of great benefit or even Toad or the tools from www.mysql.com but it would help to know more about if you can or can't connect via the DB port. I find web interfaces to slow, and not to

RE: CFMyAdmin

2007-05-13 Thread Dave Long
It's not free but Navicat is a terrific MySQL tool. Check it out at http://www.navicat.com/ Dave -Original Message- From: Steve Good [mailto:[EMAIL PROTECTED] Sent: Sunday, May 13, 2007 8:00 PM To: CF-Talk Subject: Re: CFMyAdmin Anybody? I'm trying to find a tool to manage my MySQL

Re: Bluedragon Installation

2007-05-13 Thread Andrew Scott
The same way you do for Apache and IIS. If the service for Bluedragon has no rights for the drectory then you will run into these sort of problems. On 5/14/07, Qasim Rasheed [EMAIL PROTECTED] wrote: Andrew, Thanks for the response. How do I set up permission for the directory for the built

RE: Thread Dump Question java.net.SocketInputStream.socketRead0

2007-05-13 Thread blists
Yeah, I am trying to get up to speed myself on the JVM and related stuff. The strange thing that's happening right now, is that in my coldfusion-out.log file, I am getting these full thread dumps from the JVM without any errors being thrown or the server restarting, the JVM just does a full dump.

Re: MySQL - need auto increment back to 0...

2007-05-13 Thread Chris Montgomery
Will Tomlinson said the following on 5/13/2007 9:11 AM: Thanks Neil! I ended up finding TRUNCATE TABLE with your search. Seemed to do the trick. In addition to what others have said, some of the MySQL GUI programs will let you reset the autoincrement numbering fairly easily. For example, I

Re: Subversion Tutorial Posted

2007-05-13 Thread John Paul Ashenfelter
On 5/12/07, Rick Faircloth [EMAIL PROTECTED] wrote: Boy... and to think I was really looking forward to reading this long thread, hoping that, as I contemplate implementing Eclipse, CFEclipse, and Subversion, that I would be able to confidently set up a new working environment... but alas, all

Re: MySQL - need auto increment back to 0...

2007-05-13 Thread Barney Boisvert
And without a GUI (such as via CFQUERY), you can use a simple ALTER TABLE statement. Check http://dev.mysql.com/doc/refman/5.0/en/example-auto-increment.html for specifics. cheers, barneyb On 5/13/07, Chris Montgomery [EMAIL PROTECTED] wrote: Will Tomlinson said the following on 5/13/2007 9:11