473,405 Members | 2,444 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,405 software developers and data experts.

asp.net performance

Hi,
Could anyone tell me if is good idee to use asp.net in project such as
"http://www.linkedin.com/"?
I heard that the asp.net "has no good performance" especially using
with mssql.
So, now Im confused.. really I dont believe of this that the asp.net
is slower than jee, ror, php etc.
Dec 16 '07 #1
15 1408
I wouldn't believe it either. At least, I'd take a careful look at who was
saying this, and what information they presented to support such a claim.
Unfortunately, from your post, I don't have access to any such information.

--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com

<la*****@gmail.comwrote in message
news:69**********************************@e23g2000 prf.googlegroups.com...
Hi,
Could anyone tell me if is good idee to use asp.net in project such as
"http://www.linkedin.com/"?
I heard that the asp.net "has no good performance" especially using
with mssql.
So, now Im confused.. really I dont believe of this that the asp.net
is slower than jee, ror, php etc.
Dec 16 '07 #2
On Dec 16, 2:35 pm, "lazi...@gmail.com" <lazi...@gmail.comwrote:
Hi,
Could anyone tell me if is good idee to use asp.net in project such as
"http://www.linkedin.com/"?
I heard that the asp.net "has no good performance" especially using
with mssql.
So, now Im confused.. really I dont believe of this that the asp.net
is slower than jee, ror, php etc.
Hi laziers
Check out http://www.myspace.com/ and http://www.orkut.com/
These are 2 of the biggest social networks out there, both in dot net.
If you follow good coding practices, you should be good. I am myself
working on a small time social networking project using asp.net and
MySQL.
-Latish Sehgal
http://www.dotnetsurfers.com/
Dec 17 '07 #3
Hello la*****@gmail.com,

Who told u that? :)

Actually it depends on you requirements and the blocking area is only the
bandwidth, but not the SQL Server :)

I suppose u are not building real-time system with <10ms delays in ASP.net :)

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
lHi,
lCould anyone tell me if is good idee to use asp.net in project such
las
l"http://www.linkedin.com/"?
lI heard that the asp.net "has no good performance" especially using
lwith mssql.
lSo, now Im confused.. really I dont believe of this that the asp.net
lis slower than jee, ror, php etc.
Dec 17 '07 #4
Hi laziers
Check outhttp://www.myspace.com/andhttp://www.orkut.com/
These are 2 of the biggest social networks out there, both in dot net.
thats right :), meeeen I forgot it
If you follow good coding practices, you should be good.
Im always following ;)

thx for answer.
Dec 17 '07 #5
On 17 Gru, 08:50, Michael Nemtsev [MVP] <nemt...@msn.comwrote:
Hello lazi...@gmail.com,

Who told u that? :)
hmm... java-guys ? ;)
>
Actually it depends on you requirements and the blocking area is only the
bandwidth, but not the SQL Server :)

I suppose u are not building real-time system with <10ms delays in ASP.net :)
fortunately, I dont ;)
Dec 17 '07 #6
>Who told u that? :)
hmm... java-guys ? ;)
Tell the java guys that the *real* programmers over in the asp.net forums
said java is crap and .net is 10X faster.

Seriously, didn't the "language wars" end about 10 years ago? I thought that
today it was chic to be proficient in multiple languages, not a fan-boi of
language "X".

Dec 17 '07 #7
Where did you get this FUD info? ASP.NET combined with MS SQL Server is about
the fastest combo around. Big sites will millions of users are written with
these.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com
"la*****@gmail.com" wrote:
Hi,
Could anyone tell me if is good idee to use asp.net in project such as
"http://www.linkedin.com/"?
I heard that the asp.net "has no good performance" especially using
with mssql.
So, now Im confused.. really I dont believe of this that the asp.net
is slower than jee, ror, php etc.
Dec 17 '07 #8
On 17 Gru, 18:46, Peter Bromberg [C# MVP]
<pbromb...@yahoo.NoSpamMaam.comwrote:
Where did you get this FUD info? ASP.NET combined with MS SQL Server is about
the fastest combo around. Big sites will millions of users are written with
these.
hmm asp.net ok is very very fast, but ms sql? :I i saw the tests on
the internet
with mysql, and the mysql was faster :I I know the case of a big site
where developers
wanted to move from php+mysql to asp.net mssql. they do that, they
notice that
the site is much slower :I so they stop migrate to asp.net+mssql.

Hmm in fact this is the reason of my questions and my confuses.
Dec 17 '07 #9

<la*****@gmail.comwrote in message
news:05**********************************@t1g2000p ra.googlegroups.com...
On 17 Gru, 18:46, Peter Bromberg [C# MVP]
<pbromb...@yahoo.NoSpamMaam.comwrote:
>Where did you get this FUD info? ASP.NET combined with MS SQL Server is
about
the fastest combo around. Big sites will millions of users are written
with
these.

hmm asp.net ok is very very fast, but ms sql? :I i saw the tests on
the internet
with mysql, and the mysql was faster :I I know the case of a big site
where developers
wanted to move from php+mysql to asp.net mssql. they do that, they
notice that
the site is much slower :I so they stop migrate to asp.net+mssql.

Hmm in fact this is the reason of my questions and my confuses.

The first thing you have to do is evaluate YOUR needs; never mind the
gazillion claims on the internet; I've seen too many of these discussions
go on for days/weeks and it ends up the OP has such nominal requirements
that almost ANY database would have served them well from a performance
perspective.

There are all kinds of published metrics available, depending upon
configuration and use of the DB ... in any case, the general suggestion that
ASP.NET+MSSQL is slow is just plain silly.

That said, if I had 50 PHP developers coding against MySQL on an established
site I don't think I'd even think about making the move you mention unless I
had a long time to transition and get everyone up to speed; there's a
lock-in and training problem, which you should think about if you're
starting from scratch .. what do your people know? who are you going to be
able to hire in your geographic area?

Dec 17 '07 #10

<la*****@gmail.comwrote in message
news:05**********************************@t1g2000p ra.googlegroups.com...
On 17 Gru, 18:46, Peter Bromberg [C# MVP]
<pbromb...@yahoo.NoSpamMaam.comwrote:
>Where did you get this FUD info? ASP.NET combined with MS SQL Server is
about
the fastest combo around. Big sites will millions of users are written
with
these.

hmm asp.net ok is very very fast, but ms sql? :I i saw the tests on
the internet
with mysql, and the mysql was faster
And here is some guy saying MS SQL is faster:
http://www.devx.com/MicrosoftISV/Article/35028

I'm sure I could look around and find someone "on the internet" who says
"Scott's SQL 2008" is faster.
:I I know the case of a big site
where developers
wanted to move from php+mysql to asp.net mssql. they do that, they
notice that
the site is much slower :I so they stop migrate to asp.net+mssql.
My guess is that the PHP+MySQL developers employed by said company didn't
know enough about .Net and/or SQL Server to make the switch. Or, said
company hired the wrong contractors/developers to make the switch. Or, one
of a billion other reasons......

Let me assure you, your skill as a programmer/DBA will have a much, much
more significant impact on performance than whatever language + DB you
choose.

Dec 17 '07 #11
but, I have done some test
1. selecting one record: mysql was faster about 150 ms
2. selecting 50 records: and mysql was faster again :I
Dec 18 '07 #12
Hello la*****@gmail.com,

and how u measured that?

withour production environment settings and FW settings for each platform
u can't compare this results

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
lbut, I have done some test
l1. selecting one record: mysql was faster about 150 ms
l2. selecting 50 records: and mysql was faster again :I
Dec 18 '07 #13
<la*****@gmail.comwrote in message
news:59**********************************@a35g2000 prf.googlegroups.com...
but, I have done some test
1. selecting one record: mysql was faster about 150 ms
2. selecting 50 records: and mysql was faster again :I
If MySQL works better for you in your environment, use it.

What's the problem...?
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Dec 18 '07 #14
On 18 Gru, 10:19, Michael Nemtsev [MVP] <nemt...@msn.comwrote:
Hello lazi...@gmail.com,

and how u measured that?
like this

start = Environment.TickCount;

// Here
sql query in mysql

stop = Environment.TickCount;

star - stop

start = Environment.TickCount;

// Here
sql query in mssql

stop = Environment.TickCount;

star - stop
>
withour production environment settings and FW settings for each platform
u can't compare this results
ok I see, but it is strange for me why mssql is slower on my machine
than mysql
Dec 18 '07 #15
If MySQL works better for you in your environment, use it.

What's the problem...?
Realy? I dont belive that mssql is slower than mysql in spite of
the "my pseudotest" show different result.

hmm.. Now, I realy dont know which database I must choose for the
projeckt like a http://www.linkedin.com/
>
--
Mark Rae
ASP.NET MVPhttp://www.markrae.net
Dec 18 '07 #16

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

Similar topics

25
by: Brian Patterson | last post by:
I have noticed in the book of words that hasattr works by calling getattr and raising an exception if no such attribute exists. If I need the value in any case, am I better off using getattr...
12
by: Fred | last post by:
Has anyone a link or any information comparing c and c++ as far as execution speed is concerned? Signal Processing algorithms would be welcome... Thanks Fred
12
by: serge | last post by:
I have an SP that is big, huge, 700-800 lines. I am not an expert but I need to figure out every possible way that I can improve the performance speed of this SP. In the next couple of weeks I...
6
by: teedilo | last post by:
We have an application with a SQL Server 2000 back end that is fairly database intensive -- lots of fairly frequent queries, inserts, updates -- the gamut. The application does not make use of...
5
by: Scott | last post by:
I have a customer that had developed an Access97 application to track their business information. The application grew significantly and they used the Upsizing Wizard to move the tables to SQL...
115
by: Mark Shelor | last post by:
I've encountered a troublesome inconsistency in the C-language Perl extension I've written for CPAN (Digest::SHA). The problem involves the use of a static array within a performance-critical...
13
by: bjarne | last post by:
Willy Denoyette wrote; > ... it > was not the intention of StrousTrup to the achieve the level of efficiency > of C when he invented C++, ... Ahmmm. It was my aim to match the performance...
13
by: Bern McCarty | last post by:
I have run an experiment to try to learn some things about floating point performance in managed C++. I am using Visual Studio 2003. I was hoping to get a feel for whether or not it would make...
7
by: Michael D. Ober | last post by:
When calling Enqueue, the internal array may need to be reallocated. My question is by how much? In the old MFC array classes, you could tell MFC how many additional elements to add to the array...
1
by: jvn | last post by:
I am experiencing a particular problem with performance counters. I have created a set of classes, that uses System.Diagnostics.PerformanceCounter to increment custom performance counters (using...
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: 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?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.