[cfaussie] [ANN-SYD] Tomorrow (Tues) CFBuilder Launch and CF App Architecture for the Impatient

2010-03-28 Thread Chris Velevitch
Note: change of topics due the CFBuilder launch

(date change) Tuesday 30th March at 6:00pm for 6:30 start

Coldfusion Builder Launch Event

Coldfusion Builder has been officially launched and a short overview
of Coldfusion Builder will be given.


(revised) ColdFusion Application Architecture for the Impatient by
Robin Hilliard

Replacing one big ColdFusion application with several simpler,
collaborating and potentially distributed ColdFusion applications (aka
services) is one way to tackle complexity in large projects, as long
as the inter-service plumbing doesn't get in the way.

Join Robin Hilliard in his continuing quest to add elegance and strip
complexity from ColdFusion development as he demonstrates how to build
and manage multiple services by extending RocketBoots Galaxy's
Service.cfc, which is rather like Application.cfc, but different in
interesting and useful ways...

The next meeting details and RVSP on http://groups.adobe.com/posts/148c9056a4

Note: In order to be eligible for the major software prize, you must
have attended at least 3 meeting since the November 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
March 2010: CFBuilder Launch and CF App Architecture for the Impatient
Date: 30th March 6pm for 6:30 start
Details and RVSP on http://groups.adobe.com/posts/148c9056a4

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaus...@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: Slow Server Startup Time

2010-03-28 Thread Andrew
Okay, I've installed it in /opt/jrun4.  There's still a delay at that
point, but it's not quite as bad.

I'd really like to know what's going on there - can anyone shed any
light on what happens with the MessageBrokerServlet and CFFormGateway
initialise?

03/29 10:50:44 Information [scheduler-11] - Starting eventgateway...
03/29 10:50:44 Information [scheduler-11] - Starting Event Backend
Handlers.
03/29 10:50:44 Information [scheduler-11] - Initialized
EventRequestDispatcher with a Thread Pool size of 1.
03/29 10:50:44 Information [scheduler-11] - Initializing
EventRequestHandler
03/29 10:50:44 Information [scheduler-11] - Starting Event Gateways.
03/29 10:50:44 Information [scheduler-11] - Starting FlexAssembler...
03/29 10:50:44 Information [scheduler-11] - Starting .NET...
03/29 10:50:44 Information [scheduler-11] - Starting Monitoring...
03/29 10:50:44 Information [scheduler-11] - ColdFusion started
29/03 10:50:44 user ColdFusionStartUpServlet: ColdFusion: application
services are now available
29/03 10:50:44 user CFMxmlServlet: init
29/03 10:50:44 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
29/03 10:50:44 INFO Macromedia Flex Build: 87315.134646
29/03 10:50:45 user CFSwfServlet: init
29/03 10:50:45 user CFCServlet: init
29/03 10:50:46 user FlashGateway: init
29/03 10:50:46 user MessageBrokerServlet: init
29/03 10:51:32 user CFFormGateway: init
29/03 10:51:32 user CFInternalServlet: init
29/03 10:51:32 user WSRPProducer: init
29/03 10:51:33 user ServerCFCServlet: init
29/03 10:51:33 info Deploying enterprise application JRun 4.0
Internal J2EE Components from: file:/opt/jrun4/lib/jrun-comp.ear
29/03 10:51:33 info Deploying EJB JRunSQLInvoker from: file:/opt/
jrun4/lib/jrun-comp.ear
Server cfusion ready (startup time: 56 seconds)


On Mar 28, 3:08 pm, Kai Koenig k...@koeni.de wrote:
 Hi Andrew,

  Thanks - I think this is worth following up.  I also installed jrun on
  the SAN although I wasn't sure if this was the right thing to do and
  the more I read about it the more I think maybe it isn't good
  practice?

 ...

  Generally speaking is the SAN an appropriate place for web resources?
  This is where my host has allocated all my web space.

 I can't really speak for the general public and overall best practices on 
 that, but one common reason for using a SAN (for me) is having for instance a 
 cluster of CF servers dealing with the same template/CFC/assets on the SAN. 
 In those instances I would always install Jrun/CF on the local machine resp a 
 local disk and refer to the SAN for the webroot/cfroot etc.

 Also what I found with SANs (particular in hosting environments) is that the 
 performance you get _dramatically_ varies depending on the connection (LAN, 
 Fibre etc) and on what the other users of the SAN are doing. Real scenario 
 that happened to one of my clients a while ago: another SAN users was running 
 DB backups at a fixed time of the day. At the same time the overall SAN 
 performance decreased so much that all of the CF servers delivering files had 
 issues and we got significant performance issues on the web front end. 
 SAN/Virtualisiation etc. is fine - but one still shares resources and 
 sometimes weird stuff happens.

 Kai

 --
 Kai Koenig - Ventego Creative Ltd
 ph: +64 4 476 6781 - mob: +64 21 928 365 /  +61 450 132 117
 web:http://www.ventego-creative.co.nz
 blog:http://www.bloginblack.de
 twitter:http://www.twitter.com/agentK

 Hands-on Regular Expression training @ webDU 
 2010http://bloginblack.de/agentk/workshop-befriending-regular-expressions/

 Hands-on Flash Catalyst and Flex 4 training @ Webinale 
 2010http://bloginblack.de/agentk/workshop-rias-with-flash-catalyst-and-fl...
 --

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaus...@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.



Re: [cfaussie] Re: Slow Server Startup Time

2010-03-28 Thread Kai Koenig
Hmm, that still looks pretty much the same to me. 45-ish seconds for that is 
still too high and unusual. I'll try to find something out about those two.

Cheers
Kai


 29/03 10:50:46 user MessageBrokerServlet: init
 29/03 10:51:32 user CFFormGateway: init


--
Kai Koenig - Ventego Creative Ltd
ph: +64 4 476 6781 - mob: +64 21 928 365 /  +61 450 132 117
web: http://www.ventego-creative.co.nz
blog: http://www.bloginblack.de
twitter: http://www.twitter.com/agentK

Hands-on Regular Expression training @ webDU 2010
http://bloginblack.de/agentk/workshop-befriending-regular-expressions/

Hands-on Flash Catalyst and Flex 4 training @ Webinale 2010 
http://bloginblack.de/agentk/workshop-rias-with-flash-catalyst-and-flex-4/
--







-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaus...@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: Slow Server Startup Time

2010-03-28 Thread Andrew
Here's a comparison of my new environment, compared to my old one


29/03 11:36:37 user ColdFusionStartUpServlet: init
29/03 11:36:37 user ColdFusionStartUpServlet: ColdFusion: Starting
application services
29/03 11:36:37 user ColdFusionStartUpServlet: ColdFusion: VM version =
14.0-b16
29/03 11:38:58 user ColdFusionStartUpServlet: ColdFusion: application
services are now available
29/03 11:38:58 user CFMxmlServlet: init
29/03 11:38:58 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
29/03 11:38:59 user CFSwfServlet: init
29/03 11:38:59 user CFCServlet: init
29/03 11:39:00 user FlashGateway: init
29/03 11:39:00 user MessageBrokerServlet: init
29/03 11:41:08 user CFFormGateway: init
29/03 11:41:08 user CFInternalServlet: init
29/03 11:41:08 user WSRPProducer: init
29/03 11:41:08 user ServerCFCServlet: init
29/03 11:41:08 info Deploying enterprise application JRun 4.0
Internal J2EE Components from: file:/opt/jrun4/lib/jrun-comp.ear
29/03 11:41:08 info Deploying EJB JRunSQLInvoker from: file:/opt/
jrun4/lib/jrun-comp.ear

Been going 5 mins.

Compare this to an environment which works:

15/03 12:06:24 user JSPServlet: init
15/03 12:06:25 user ColdFusionStartUpServlet: init
15/03 12:06:25 user ColdFusionStartUpServlet: ColdFusion: Starting
application services
15/03 12:06:25 user ColdFusionStartUpServlet: ColdFusion: VM version =
14.0-b16
15/03 12:06:29 user ColdFusionStartUpServlet: ColdFusion: application
services are now available
15/03 12:06:29 user CFMxmlServlet: init
15/03 12:06:29 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
15/03 12:06:29 user CFSwfServlet: init
15/03 12:06:30 user CFCServlet: init
15/03 12:06:31 user FlashGateway: init
15/03 12:06:31 user MessageBrokerServlet: init
15/03 12:06:31 user CFFormGateway: init
15/03 12:06:31 user CFInternalServlet: init
15/03 12:06:31 user WSRPProducer: init
15/03 12:06:32 user ServerCFCServlet: init
15/03 12:06:32 info Deploying enterprise application JRun 4.0
Internal J2EE Components from: file:/opt/jrun4/lib/jrun-comp.ear
15/03 12:06:32 info Deploying EJB JRunSQLInvoker from: file:/opt/
jrun4/lib/jrun-comp.ear
15/03 12:06:51 info JRun Proxy Server listening on *:51020

That last line is missing on my new environment.  Could it be that I
need to open a firewall port or something?

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaus...@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-BRIS] Reminder - CFBuilder Launch Event, tomorrow night.

2010-03-28 Thread Ricardo Russon
Just a reminder about the CFBuilder Launch Event tomorrow night.
Please RSVP at one of these two links.

qld.cfug.org.au
groups.adobe.com/posts/96884ad639

=

Special ColdFusion Builder Event
30/03/10 06:00PM

Our regular meeting date has been adjusted so that we can bring you a
special CF Builder event.
Come along and see the magic that is CFBuilder.

We need to make sure that there is plenty of food and drinks for
everyone, so please make sure you RSVP. If you don't RSVP, you won't
be entered into the prize draw.

6:00 - 6:45 PM - Doors Open, Welcome, News, Food and Drink
A welcome to CFUG / Discussions with Fellow Attendee's.
Food and Drink Available.
Quick News about items in previous or coming months.

6:45 - 8:00 PM - Main Presentation
Our very special CFBuilder event.

8:00 - 8:30 PM - Prize Draw
Make sure you RSVP to enter the draw.

8:30 - 9:00 PM - Open QA
We will open the floor to any general questions and discussions.
If you would like to send any questions, concerns or topics
beforehand, please feel free.

Location:
Unit 1/31 Thompson St, Bowen Hills, 4006

RSVP for this meeting: qld.cfug.org.au


SEEKING PRESENTERS

Anyone wishing to present to the group, or looking for additional
infoon presenting, please contact ghedwards (at) gmail.com
If there is anything at all that you would like to see presented at
future meetings, please let us know.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaus...@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.