not to sure about asp, but do they have functionality like cfmail, cfftp, web services, wddx etc.......
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 31 March 2003 17:21 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] CF vs PHP could you do the old code comparison, showing how much faster CF is to code in than PHP. Make something up like 33% less code required, therefore saving of 33% development time, or whatever. Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world ---------------------------------------------------------------------- Get your domain names online from: http://www.alienationdomains.co.uk Reseller options available! ---------------------------------------------------------------------- ---------------------------------------------------------------------- "Giles Roadnight" To: <[EMAIL PROTECTED]> <[EMAIL PROTECTED] cc: ght.name> Subject: RE: [ cf-dev ] CF vs PHP 31/03/2003 05:13 PM Please respond to dev Thanks guys so basically apart from the cost CF is the way to go? CF will be pretty easy for the other people to learn anyway. Giles Roadnight http://giles.roadnight.name -----Original Message----- From: Alex Skinner [mailto:[EMAIL PROTECTED] Sent: 31 March 2003 17:23 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] CF vs PHP Simplified integration I would say is the main one. Obviously you can integrate with php using a middle layer such as XML but the ease of working with native objects such as record set objects returned from CFCs blows this away. I'd look at raw performance, Flash uses AMF to connect which is much lighter than encoding your data up from the database using XML and then parsing that. So performance is certainly the main one. Outside of data integration you can of course take advantage of the cfc architecture both ways. So pulling data is easy in flash with XML but pushing it back to php is more complex, you can can of course post the data or do a geturl but if you say wanted to save a recordset back to the server you would need to parse it up into some xml or textdelimited format and post it back rather than simply using remoting. My 2p Alex -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
