in a rush

experience is everything

in a rush header image 4

Create a Windows Service for Flex Server

April 28th, 2008 · No Comments

Although there are many ways to setup a server for production, there is a common theme. On reboot, it should come up running all the services necessary without human intervention.

\r\n

In order to achieve this goal with a Flex server running on JRun, you can simply add that server to your Windows Services panel and set it to start automatically. "Okay… how do I do that?", you say.

[Read more →]

Tags: Flex · JRun

Feelin’ the Love From Your Logs

April 28th, 2008 · No Comments

ColdFusion logs, when installed on JRun, can be modified so that you can separate out log information by log level. This will allow you to find log entries easily.

[Read more →]

Tags: ColdFusion · JRun

CFSWITCH Performance Issue in CFMX 7

April 28th, 2007 · No Comments

You will find this on a couple blogs, but since I”ve given presentations on ColdFusion performance since the Allaire days, I thought I should share.
My friends at webapper discovered an issue with CFSWITCH under load where the expression was a string.
In my presentations, I often encouraged the use of CFSWITCH over using if/elseif logic. [...]

[Read more →]

Tags: Uncategorized