Vikram Vaswani wrote:
> 
> Hi,
> 
> The MySQL API is available in a number of languages - PHP, Perl, C, Java,
> etc. I was wondering if anyone here had any thoughts on the decision
> criteria to be kept in mind when choosing which language to use when
> programming with the MySQL API?
> 
> A brief list of these would be very helpful to me. Or if you could point me
> to a link, that would be great too!
> 
> TIA,
> 
> Vikram
Speed. The fastest is C followed by C++. Behind that would be java and
behind java would be Perl or PHP. The downside to C and C++ is
development time and debugging code. Java is great because it's fast and
you don't have to deal with pointers.

walt

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to