What's the best way to investigate a Jrun.exe spike?

2011-01-05 Thread Philip Kaplan
Occasionally Jrun spikes on my Windows CF9 box. This causes the server to die until I restart ColdFusion. The site receives moderate traffic..some spikes but nothing huge. Ancient question, but what's the best way to investigate this? Thanks

Re: Where in the registry does ColdFusion 9 store client variables?

2010-11-08 Thread Philip Kaplan
Thanks, but ColdFusion 9 doesn't have a Macromedia key. And the Adobe key hardly has anything in it. See: http://img.skitch.com/20101108-qfgikqx7fr41hnmjyhppsd7r42.jpg On Sun, Nov 7, 2010 at 8:19 PM, Philip Kaplan pkap...@gmail.com wrote: I accidentally had registry client variables turned

Where in the registry does ColdFusion 9 store client variables?

2010-11-07 Thread Philip Kaplan
I accidentally had registry client variables turned on for a few days, and now my server is slow. I suspect overgrown registry filled with CF client variables is the cause. Anyone know how to purge them from the registry? CF9

How do I remove execute permissions from a directory in IIS?

2009-08-20 Thread Philip Kaplan
I'm allowing people to FTP-upload into one of my web server directories, but I don't want them to be able to upload and run cfm (or asp, etc) scripts. I right-clicked on the directory in IIS and changed execute permissions to none, but it seems the cfm files in that directory are still running.

Re: How do I remove execute permissions from a directory in IIS?

2009-08-20 Thread Philip Kaplan
to the folder and cfabort any request. that will ensure that no cfm file is executed On Thu, Aug 20, 2009 at 11:21 AM, Philip Kaplan pkap...@gmail.com wrote: I'm allowing people to FTP-upload into one of my web server directories, but I don't want them to be able to upload and run cfm (or asp

Re: Cold Fusion Twitter API for CF 5.X

2009-05-20 Thread Philip Kaplan
For Coldfusion 5, I'd just use basic authentication, not oAuth. For newer versions of CF, use oAuth. Let me know if you need help with this - I've got it working. On Wed, May 20, 2009 at 1:03 PM, UXB Internet denn...@uxbinternet.comwrote: I should know better by now but does anyone know of a

Re: Cold Fusion Twitter API for CF 5.X

2009-05-20 Thread Philip Kaplan
basic authentication To be more specific, you can use plaintext REST calls to interact with the Twitter API. The only difference is you have to ask people for their Twitter passwords, which they might not want to divulge. On Wed, May 20, 2009 at 1:31 PM, Philip Kaplan pkap...@gmail.com wrote

What's the best way to run a 4-hour-long CF script?

2009-05-10 Thread Philip Kaplan
I have a script that needs a few hours to run. It's crawling several large web sites/xml feeds. What's the best way to do this with CF? I've tried adding requestTimeout=100 in the URL but CF still seems to shut it down eventually. Also my browser window gives up eventually... Is there a

Re: What's the best way to run a 4-hour-long CF script?

2009-05-10 Thread Philip Kaplan
Brilliant! A meta-refresh should work. What if I wanted to run it as a scheduled task? Hmm. On Sun, May 10, 2009 at 5:06 PM, Kym Kovan dev-li...@mbcomms.net.au wrote: Philip Kaplan wrote: I have a script that needs a few hours to run. It's crawling several large web sites/xml feeds

Re: What's the best way to run a 4-hour-long CF script?

2009-05-10 Thread Philip Kaplan
You rock -- running it right now with a meta-refresh at the bottom of the page (and CFFLUSH at the top so i can watch the script process) Working like a charm :) Thank you thank you On Sun, May 10, 2009 at 5:20 PM, Kym Kovan dev-li...@mbcomms.net.au wrote: Philip Kaplan wrote: Brilliant

Re: Twitter oAuth

2009-04-07 Thread Philip Kaplan
In case anyone's interested, I figured it all out with the help of some off-list folks. Contact me if you need help with this. Perhaps I will write a quick Twitter/ColdFusion/oAuth manual in the future. On Mon, Apr 6, 2009 at 7:00 PM, Philip Kaplan pkap...@gmail.com wrote: Anyone here have

Twitter oAuth

2009-04-06 Thread Philip Kaplan
Anyone here have any experience with oAuth? Or better yet with Twitter's oAuth implementation? I'm just not making any headway. I've downloaded this: http://oauth.riaforge.org/ But there's very little documentation on the CF oAuth side or on the Twitter side. Anyone ever get oAuth to work? I

Deploying to multiple production servers

2009-03-12 Thread Philip Kaplan
Let's say you have a CF application that needs to run on 100 identical Windows servers. What's the best way to deploy your code from dev to production (without doing 100 manual FTP's...) Setting up my infrastructure and want to make sure I've looked at all options. Thanks! Philip

Re: Deploying to multiple production servers

2009-03-12 Thread Philip Kaplan
I love this list. Rsync, Robocopy and DFS all look like awesome solutions. I like Justin's idea of setting a scheduled process for the webservers to check the master and automatically grab the latest version. I should have the process check every couple of minutes, right? That way if there's an

Re: Why is my CF8 server constantly hanging?

2008-12-05 Thread Philip Kaplan
Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well. On Dec 3, 2008, at 4:17 PM, Philip Kaplan wrote: You are all awesome. Took many of your suggestions, haven't had a crash yet today. I'm crossing my fingers

Re: Why is my CF8 server constantly hanging?

2008-12-03 Thread Philip Kaplan
You are all awesome. Took many of your suggestions, haven't had a crash yet today. I'm crossing my fingers. On Wed, Dec 3, 2008 at 2:05 PM, Jochem van Dieten [EMAIL PROTECTED] wrote: On Wed, Dec 3, 2008 at 7:33 AM, Philip Kaplan wrote: At risk of sounding like an idiot, is there a way

Adobe cutting 600 jobs

2008-12-03 Thread Philip Kaplan
I wonder what effect this has on ColdFusion. Anyone know how CF's revenue stacks up compared with Adobe's other products? I'm guessing folks on the CF team are nervous. :-/ http://www.bizjournals.com/sanjose/stories/2008/12/01/daily50.html Adobe to cut 600 jobs, reduces fourth quarter revenue

Why is my CF8 server constantly hanging?

2008-12-02 Thread Philip Kaplan
Hi, I give up. I have a Windows CF8 server running a few moderately popular websites (around 250,000 pageviews/day). I've written code that I think is efficient. But it crashes a few times every day. I can't figure out why. Jrun CPU spiked at 100% and all processes are hung. I've tried

Re: Why is my CF8 server constantly hanging?

2008-12-02 Thread Philip Kaplan
- Original Message - From: Philip Kaplan [EMAIL PROTECTED] To: cf-talk cf-talk@houseoffusion.com Sent: Wednesday, December 03, 2008 12:07 AM Subject: Why is my CF8 server constantly hanging? Hi, I give up. ~| Adobe

Re: Why is my CF8 server constantly hanging?

2008-12-02 Thread Philip Kaplan
man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well. On Dec 3, 2008, at 12:07 AM, Philip Kaplan wrote: Hi, I give up. I have a Windows CF8 server running a few moderately popular websites (around 250,000 pageviews/day

Re: Why is my CF8 server constantly hanging?

2008-12-02 Thread Philip Kaplan
threads in the que waiting to be processed? Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well. On Dec 3, 2008, at 12:31 AM, Philip Kaplan wrote: When jrun is doing the 100% thing, look at the currently running

Re: Why is my CF8 server constantly hanging?

2008-12-02 Thread Philip Kaplan
is a tax for doing wrong. A tax is a fine for doing well. On Dec 3, 2008, at 12:33 AM, Philip Kaplan wrote: Have you tried tuning the JVM yet A little. Not a lot. At risk of sounding like an idiot, is there a way to just figure out WHAT Jrun is working on when it's spiked to 100%? Assume

Re: Why is my CF8 server constantly hanging?

2008-12-02 Thread Philip Kaplan
to read and we will point out the important pieces. ~Brad - Original Message - From: Philip Kaplan [EMAIL PROTECTED] To: cf-talk cf-talk@houseoffusion.com Sent: Wednesday, December 03, 2008 12:31 AM Subject: Re: Why is my CF8 server constantly hanging? When jrun is doing

Re: Why is my CF8 server constantly hanging?

2008-12-02 Thread Philip Kaplan
I just discovered alerts in CF8 Monitor (the monitor that comes with CF8). Setting up crash protection there. On Tue, Dec 2, 2008 at 11:18 PM, Philip Kaplan [EMAIL PROTECTED] wrote: Please paste a dump from a single thread that you don't know how to read and we will point out the important

I do not understand SeeStack at all

2008-12-02 Thread Philip Kaplan
There are a lot of threads running. When I dump the entire stack trace into SeeStack http://www.seefusion.com/seestack/seestack.cfm , this is all it tells me. Clicking next stack does nothing. Am I missing something? Sorry for all my questions tonight - but I'm banging my head against the wall

Re: I do not understand SeeStack at all

2008-12-02 Thread Philip Kaplan
on the JVM, launch it normally, and connect to it with Eclipse. You can easily browse through all the threads stacks, as well as easily identify hung threads (and what they got hung on). cheers, barneyb On Tue, Dec 2, 2008 at 11:45 PM, Philip Kaplan [EMAIL PROTECTED] wrote: There are a lot

Re: Best free ColdFusion server?

2008-10-08 Thread Philip Kaplan
Thanks everyone. Based on your suggestions, I just installed Railo on a Windows box and so far it's working flawlessly. On Wed, Oct 8, 2008 at 3:27 PM, Gerald Guido [EMAIL PROTECTED] wrote: Hey Jordan. That is correct. I have the server version(s) running on Windows using both Apache and

Best free ColdFusion server?

2008-10-07 Thread Philip Kaplan
Railo vs BlueDragon vs Smith vs ?? http://www.smithproject.org/ http://www.newatlanta.com/bluedragon/ http://www.railo.ch/ ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free

Re: Best free ColdFusion server?

2008-10-07 Thread Philip Kaplan
Hehe. I figured this has been discussed to death on cf-talk, but not since I've been a subscriber. Can someone give me a Cliff's Notes version? On Tue, Oct 7, 2008 at 11:31 AM, Gerald Guido [EMAIL PROTECTED]wrote: I am going to make some popcorn On Tue, Oct 7, 2008 at 2:24 PM, Philip

Disabling Application.cfm for a specific page

2008-09-23 Thread Philip Kaplan
Hi, Anyone know if there's a way to stop a specific cfm/cfc page from loading Application.cfm and OnRequestEnd.cfm? The cfm is in a regular directory in the web root and I'd prefer to not mess with the directory structure or cfadmin custom tag paths. If you know of a way to do this, let me

Re: Disabling Application.cfm for a specific page

2008-09-23 Thread Philip Kaplan
/23 Philip Kaplan [EMAIL PROTECTED]: Hi, Anyone know if there's a way to stop a specific cfm/cfc page from loading Application.cfm and OnRequestEnd.cfm? The cfm is in a regular directory in the web root and I'd prefer to not mess with the directory structure or cfadmin custom tag paths

Keeping people logged in with CFLOGIN

2008-09-08 Thread Philip Kaplan
Hi, My sites use CFLOGIN. I want users to stay logged in forever (or at least for a day) until they physically log out. Problem is, it seems sessions only last for a short time, regardless of how long I set the IDLETIMEOUT parameter. Any tricks for keeping sessions alive? Philip

Re: Keeping people logged in with CFLOGIN

2008-09-08 Thread Philip Kaplan
appropriate sessiontimeout var value in your application.cfc/cfm or, globally, in CF Administrator? Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Philip Kaplan wrote: Hi, My sites use CFLOGIN. I want users to stay logged in forever (or at least for a day) until they physically

Re: Hi everyone

2008-09-07 Thread Philip Kaplan
Thanks! Sure, here's some info on www.mobog.com Hosting: www.gogrid.com - a new cloud hosting service. Two web servers behind an F5 load balancer, and one db server. Total cost $99/month. I run a lot of sites in addition to mobog on these servers. Software: ColdFusion 8 and Sql Server

Hi everyone

2008-09-05 Thread Philip Kaplan
Hi everyone, After what seems like 100 years reading the archives, I just joined the mailing list and wanted to introduce myself. My name is Philip Kaplan and I've been a ColdFusion programmer since around 1996. I'm sure others discovered CF this way -- IIS hadn't yet been invented so I

Re: Hi everyone

2008-09-05 Thread Philip Kaplan
you eq funny :) On Fri, Sep 5, 2008 at 3:35 PM, Brad Wood [EMAIL PROTECTED] wrote: all_together_in_a_sing_song_voiceHi Philip/all_together_in_a_sing_song_voice ~Brad - Original Message - From: Philip Kaplan [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent