Not sure / won't comment on performance. But CFMX on linux can be a bitch to code for... eg..
<cfoutput query="yourquery"> <cfinclude template="yourqueryform.cfm"> </cfoutput> Linux will error out if you use #yourquery.fieldname# inside the cfincluded template. Where as if you use: inside the included file, it works... <cfoutput query="yourquery"> #yourfieldname# </cfoutput> <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > Hello > > Does ColdFusion MX developer run better on Linux? I'm checking > out the Melbourne Linux Users Group tonight and I was told there > was somebody there who is an expert on Web Development. > > I've been told to look at Mandrake and Red Hat. I'm worried about > compatibilty with hardware and my Windows software. > > Thanks > > Peter Mount > [EMAIL PROTECTED] > > ----- > Sent using MailStart.com ( http://MailStart.Com/welcome.html ) > The FREE way to access your mailbox via any web browser, anywhere! > > > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
