473,386 Members | 1,827 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Do I keep my client on a Fast PHP/ MySQL implementation or move to ASP.net?

Hi there,

A new potential client currently run there database on using MySQL and PHP,
it has about 7000 records and runs rock solid over the web.
However they need much more functionality and have approached me to build
them a new database. However, they are used to rock solid reliability in
their quite straight forward database (which is also cheap to run because it
is opensource components), I have not yet implemented any largish ASP.net
solutions and was thinking of wowing them with a feature rich impressive
interface, however, how likely am I to have problems with speed and
reliability compared to what they are used to.

Having met them they have limited understanding of issues involved and are
very impatient. I am not sure whether to keep is simple with PHP / mysql or
get them hooked on a nice ASP.net solution.

But then am I going to see a performance drop with ASP.net. Especially as
they will then be paying for more expensive hosting solutions and they do
not want me to introduce anything that gets in the way of them doing their
business.

OK a bit of an open question, but I welcome anyone opinions from people with
experience.

Kind regards,

Dave
Nov 19 '05 #1
3 1082
TJS
They're a customer , meet their expectations
"Dave Smithz" <SPAM FREE WORLD> wrote in message
news:41********@news1.homechoice.co.uk...
Hi there,

A new potential client currently run there database on using MySQL and
PHP,
it has about 7000 records and runs rock solid over the web.
However they need much more functionality and have approached me to build
them a new database. However, they are used to rock solid reliability in
their quite straight forward database (which is also cheap to run because
it
is opensource components), I have not yet implemented any largish ASP.net
solutions and was thinking of wowing them with a feature rich impressive
interface, however, how likely am I to have problems with speed and
reliability compared to what they are used to.

Having met them they have limited understanding of issues involved and are
very impatient. I am not sure whether to keep is simple with PHP / mysql
or
get them hooked on a nice ASP.net solution.

But then am I going to see a performance drop with ASP.net. Especially as
they will then be paying for more expensive hosting solutions and they do
not want me to introduce anything that gets in the way of them doing their
business.

OK a bit of an open question, but I welcome anyone opinions from people
with
experience.

Kind regards,

Dave

Nov 19 '05 #2
Dave Smithz wrote:
OK a bit of an open question, but I welcome anyone opinions from people with
experience.


Hey Dave,
You can write an ASP.NET app that runs against a MySQL db residing on a Windows
or Linux machine, just download the MySql .NET connector from
http://www.mysql.com/products/connector/net/

You could even deploy your entire system (web app and db) to a Linux machine
using mono - see http://www.mono-project.com. If you are not familiar with mono,
keep in mind there's a learning curve involved - not too steep, but as you said
they are impatient...

As for performance, I can't really express any judgement here, but I wouldn't
think of any major differences.

Ciao!

--
Software is like sex: it's better when it's free -- [Linus Torvalds]

Fabio Marini - A+, RHCT, MCDBA, MCAD.NET
To reply: news [at] mamakin1976 [dot] plus [dot] com
Nov 19 '05 #3

"Fabio" <us**@domain.invalid> wrote in message
news:uz****************@TK2MSFTNGP12.phx.gbl...
Hey Dave,
You can write an ASP.NET app that runs against a MySQL db residing on a Windows or Linux machine, just download the MySql .NET connector from
http://www.mysql.com/products/connector/net/

You could even deploy your entire system (web app and db) to a Linux machine using mono - see http://www.mono-project.com. If you are not familiar with mono, keep in mind there's a learning curve involved - not too steep, but as you said they are impatient...

As for performance, I can't really express any judgement here, but I wouldn't think of any major differences.

Ciao!


Thanks for that. Kind of answer I was looking for. Having not done any big
ASP.net implementations, I sort of have this image in my head that it all
looks very nice but performance is bad, but from what you are saying I take
it, this is not the case.

Thanks again.
Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: darin Ginther | last post by:
RE:mysql-3.23.58-1.73.i386.rpm mysqld does not exist on my system... I think this is just the client software.. I have to install the database itself from source, IE -...
2
by: Eric Linders | last post by:
Hi everyone. :-) Our site gets a ton of traffic on our contact forms, which collect the standard information (name, address, city, state, zip, home phone, etc.) The form validation is done with...
0
by: Ken Durden | last post by:
I'm working on a client-server application where the client is controlling two devices (aka servers) which both implement the same interface contract. We have a set of about 4 assemblies which...
15
by: Michael Rybak | last post by:
hi, everyone. I'm writing a 2-players game that should support network mode. I'm now testing it on 1 PC since I don't have 2. I directly use sockets, and both client and server do...
20
by: GS | last post by:
The stdint.h header definition mentions five integer categories, 1) exact width, eg., int32_t 2) at least as wide as, eg., int_least32_t 3) as fast as possible but at least as wide as, eg.,...
2
by: m.k.ball | last post by:
Thanks Rich - that's great. Before I found this group, I thought I had a reasonable understanding of SQL (well, MySQL's implementation of it, at least) but the truth is there are great chunks that...
2
by: anne001 | last post by:
I think I have php 4.4, mysql 5 and fast-cgi from curl -O http://fastcgi.com/dist/fcgi-2.4.0.tar.gz tar xvzf fcgi-2.4.0.tar.gz Here are the instructions I am trying to follow. Compile php as...
10
by: Don Curtis | last post by:
I have a C# client app that sometimes needs to do thousands of specialized file renames of files on a file server in the same domain. If the files reside locally on the client machine, the renames...
15
by: l3vi | last post by:
I have a new system Im building that stores entries of what people are searching for on my sites. I want to be able to keep records of how many times a keyword was searched for daily, and from...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.