16 messages in com.mysql.lists.plusplusRe: Help! Deciding on Java/C++ ?| From | Sent On | Attachments |
|---|---|---|
| Ryan Hatch | 07 May 2002 08:46 | |
| Ryan Hatch | 07 May 2002 08:50 | |
| Le, Paul | 07 May 2002 09:13 | |
| Gelu | 07 May 2002 09:56 | |
| Christopher Marsh-Bourdon | 07 May 2002 10:30 | |
| Mark Matthews | 07 May 2002 10:33 | |
| Gelu | 07 May 2002 10:45 | |
| Gabriele Bartolini | 07 May 2002 10:58 | |
| Christopher Marsh-Bourdon | 07 May 2002 11:03 | |
| Mark Matthews | 07 May 2002 11:45 | |
| Joel Rees | 07 May 2002 17:50 | |
| Gelu | 08 May 2002 03:23 | |
| Alec...@Quantel.Com | 08 May 2002 04:22 | |
| Mark Matthews | 08 May 2002 07:08 | |
| Gelu | 08 May 2002 09:35 | |
| Frank Morton | 08 May 2002 09:50 |
| Subject: | Re: Help! Deciding on Java/C++ ?![]() |
|---|---|
| From: | Mark Matthews (mmat...@thematthews.org) |
| Date: | 05/07/2002 10:33:22 AM |
| List: | com.mysql.lists.plusplus |
----- Original Message ----- From: "Ryan Hatch" <rha...@hitech-inc.com> To: <mys...@lists.mysql.com>; <ja...@lists.mysql.com>; <plus...@lists.mysql.com> Sent: Tuesday, May 07, 2002 10:50 AM Subject: Help! Deciding on Java/C++ ?
Hi all...
I'm about to start heavy development of an application with MySQL at the backend. However, I need some help deciding on what language to approach the project from.
What are the ACTUAL speed comparisons - JDBC vs MySQL++ ?? How is the speed of ODBC (Win vs Linux?)?
They are not directly comparable. However I would venture that JDBC is comparable to the C++ speed for most applications, as you will be waiting on I/O. In my opinion, there are more class libraries out there for doing web-based applications in Java, but more C++-based class libraries for doing thick-client type applications, so that might skew what the appropriate choice is.
-Mark
Are there any existing base classes representing MySQL's Server / Database / Table / Field / Tuple? I need a solid object-oriented MySQL programming foundation before I start hacking at the project. I would rather not reinvent the wheel if such classes already exist.
These classes for the most part come built-in with JDBC.
-Mark




