[cfaussie] Coldfusion and JRun server loads

2009-09-22 Thread BarryC

Hi, I'm not sure what most people have as a Coldfusion configuration,
but we run Coldfusion on windows servers using JRun4, we use IIS as
the web server and Jrun4 is set up as a connector.

I'm currently load testing and trying different values for the maximum
simultaneous threads, thread pool size, backlog size and timeouts.
I'm wondering if anyone here has had experience configuring these
values or knows enough about them to share some advice on them.

Here are some values I have at the moment (these aren't the same as
what we are using in our production environment).

activeHandlerThreads 60
backlog 500
maxHandlerThreads 500
minHandlerThreads 1
timeout 60
threadwaittimeout 60

What I'm trying to do is get a good balance for normal server use, and
also have the server not get bogged down and fall over if it gets
flooded with too many requests at one time (we do have a proxy server
in front preventing DOS attacks etc, but of course it doesn't prevent
legitimate cases of high usage)

I've seen around the net that Linux recommends about 200 to 400ish
maxHandlerThreads but windows servers can have 1000 to 3000 (which
seems odd, because I'm not convinced that windows could schedule that
many threads)

Any ideas / thoughts?

Regards
Barry Chesterman
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: web based image editors

2009-09-22 Thread Steve Onnis

Mike 

Thank for the message back.  I am looking for something a bit more polished
than that. Its actually looking like I am going to have to build something
myself.

-Original Message-
From: Mike Kear [mailto:afpwebwo...@gmail.com] 
Sent: Wednesday, 23 September 2009 12:27 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: web based image editors


Steve take a look at CFFM.   It's a file editor that integrates with
inline editors like TinyMCE, FCKEditor and the new CKEditor or it can
stand alone.

It is a file browser, so you can create/delete/rename directories,
upload/delete/rename files,  and if they are images, you can modify
the images -  crop, rotate, resize,  distort, add watermarks etc.
The image editing lets you see what you're doing and get the image how
 you want it before you decide to either commit the changes or discard
them and revert to the original state.

You can add a header and/or a footer file to make it integrate tightly
with your own look and feel and add your own menus etc.The current
version,  v1.30 has ajax too so that when you mouse over an image
filename in the directory listing, you get a thumbnail popping up so
you can see what the image is.

Check it out, I think it will give you what you're looking for.  It's
written by Rick Root who's on CF-Talk if you need help with anything.
  I just installed the lastest vers1.30 in my new version of my CMS
and it just worked.  Out of the zip file,  a little bit of configuring
in a config file and everything works, just like that.  A smart guy
like you should get it up and going inside a couple of hours.   SInce
it's open source, the value is excellent.

Disclaimer:  I dont have any part in it, apart from relying on it for
the last year or so for my CMS.You can get it from
http://www.opensourcecf.com.


Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month




On Tue, Sep 22, 2009 at 12:09 AM, Steve Onnis 
wrote:
> I am looking for a component i can add into a cms that a user can upload
an
> image and do stuff like crop, rotate, resize and optimise. Can anyone
> recommend a tool that will do this? I want something i can embed into my
own
> app and not have to go external...oh and am prepared to pay for it.
>
> Regards
> Steve
> >
>



--




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: web based image editors

2009-09-22 Thread Peter Bell

I've used it too. Just make sure you can't access it directly without  
the call out from the WYSIWYG editor. I had that issue and had to add  
a little code to make sure the call was from TinyMCE. However, I might  
just have missed the settings in the project to handle this and/or  
have been running an old version.

Best Wishes,
Peter

On Sep 22, 2009, at 10:26 AM, Mike Kear wrote:

>
> Steve take a look at CFFM.   It's a file editor that integrates with
> inline editors like TinyMCE, FCKEditor and the new CKEditor or it can
> stand alone.
>
> It is a file browser, so you can create/delete/rename directories,
> upload/delete/rename files,  and if they are images, you can modify
> the images -  crop, rotate, resize,  distort, add watermarks etc.
> The image editing lets you see what you're doing and get the image how
> you want it before you decide to either commit the changes or discard
> them and revert to the original state.
>
> You can add a header and/or a footer file to make it integrate tightly
> with your own look and feel and add your own menus etc.The current
> version,  v1.30 has ajax too so that when you mouse over an image
> filename in the directory listing, you get a thumbnail popping up so
> you can see what the image is.
>
> Check it out, I think it will give you what you're looking for.  It's
> written by Rick Root who's on CF-Talk if you need help with anything.
>  I just installed the lastest vers1.30 in my new version of my CMS
> and it just worked.  Out of the zip file,  a little bit of configuring
> in a config file and everything works, just like that.  A smart guy
> like you should get it up and going inside a couple of hours.   SInce
> it's open source, the value is excellent.
>
> Disclaimer:  I dont have any part in it, apart from relying on it for
> the last year or so for my CMS.You can get it from
> http://www.opensourcecf.com.
>
>
> Cheers
> Mike Kear
> Windsor, NSW, Australia
> Adobe Certified Advanced ColdFusion Developer
> AFP Webworks
> http://afpwebworks.com
> ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month
>
>
>
>
> On Tue, Sep 22, 2009 at 12:09 AM, Steve Onnis  
>  wrote:
>> I am looking for a component i can add into a cms that a user can  
>> upload an
>> image and do stuff like crop, rotate, resize and optimise. Can anyone
>> recommend a tool that will do this? I want something i can embed  
>> into my own
>> app and not have to go external...oh and am prepared to pay for it.
>>
>> Regards
>> Steve
>>>
>>
>
>
>
> --
>
> >


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: web based image editors

2009-09-22 Thread Mike Kear

Steve take a look at CFFM.   It's a file editor that integrates with
inline editors like TinyMCE, FCKEditor and the new CKEditor or it can
stand alone.

It is a file browser, so you can create/delete/rename directories,
upload/delete/rename files,  and if they are images, you can modify
the images -  crop, rotate, resize,  distort, add watermarks etc.
The image editing lets you see what you're doing and get the image how
 you want it before you decide to either commit the changes or discard
them and revert to the original state.

You can add a header and/or a footer file to make it integrate tightly
with your own look and feel and add your own menus etc.The current
version,  v1.30 has ajax too so that when you mouse over an image
filename in the directory listing, you get a thumbnail popping up so
you can see what the image is.

Check it out, I think it will give you what you're looking for.  It's
written by Rick Root who's on CF-Talk if you need help with anything.
  I just installed the lastest vers1.30 in my new version of my CMS
and it just worked.  Out of the zip file,  a little bit of configuring
in a config file and everything works, just like that.  A smart guy
like you should get it up and going inside a couple of hours.   SInce
it's open source, the value is excellent.

Disclaimer:  I dont have any part in it, apart from relying on it for
the last year or so for my CMS.You can get it from
http://www.opensourcecf.com.


Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month




On Tue, Sep 22, 2009 at 12:09 AM, Steve Onnis  wrote:
> I am looking for a component i can add into a cms that a user can upload an
> image and do stuff like crop, rotate, resize and optimise. Can anyone
> recommend a tool that will do this? I want something i can embed into my own
> app and not have to go external...oh and am prepared to pay for it.
>
> Regards
> Steve
> >
>



--

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: xml error with stylesheet

2009-09-22 Thread CyberAngel

No, this is better.

![CDATA[#Trim(XMLFormat(date))#]]


-Original Message-
From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf
Of Greavesy
Sent: Tuesday, 22 September 2009 7:02 PM
To: cfaussie
Subject: [cfaussie] Re: xml error with stylesheet


Would this be correct?

#Trim(![CDATA["#XMLFormat(date)#"]])#

No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.5.409 / Virus Database: 270.13.112/2387 - Release Date: 09/21/09
17:55:00


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: xml error with stylesheet

2009-09-22 Thread Greavesy

Would this be correct?

 


   ***Rest of code***



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: xml error with stylesheet

2009-09-22 Thread Greavesy

Would this be correct?

#Trim(![CDATA["#XMLFormat(date)#"]])#
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] [ANN-SYD] Experiences with Flash Catalyst and Flex 4

2009-09-22 Thread Chris Velevitch

Monday 28th Sep at 6pm for 6:30 start

Clinton has been using Flash Catalyst in a bleeding edge project and
he will recount his experiences with Catalyst and Flex 4 betas.

Plus there will be a demonstration of Balsamiq Mockups and Napkee and
a copy of Mockups and Napkee will be given away.

Please RSVP on [1] to help with the catering numbers. You need to sign
in and join the group to RSVP.

[1] http://groups.adobe.com/posts/4a145446c3

Note: In order to be eligible for the major software prize in November, you must
have attended at least 3 meeting since the June major software prize
draw. Previous major software winners within the last 2 years are
ineligible.

Chris
--
Chris Velevitch
Manager - Adobe Platform Users Group, Sydney
m: 0415 469 095
www.apugs.org.au

Adobe Platform Users Group, Sydney
September meeting: Experiences with Flash Catalyst and Flex 4
Date: Mon 28th September 6pm for 6:30 start
Details and RSVP on http://groups.adobe.com/posts/4a145446c3

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---