Re: Performance issues on different servers.
From: Thomas Pettersen (thomas_at_skum.no)
Date: 03/25/04
- Next message: codymanix: "Re: Optimising Lockbit Routine??"
- Previous message: Thomas Pettersen: "Re: Performance issues on different servers."
- In reply to: Paul Glavich [MVP - ASP.NET]: "Re: Performance issues on different servers."
- Next in thread: Thomas Pettersen: "Re: Performance issues on different servers."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 25 Mar 2004 12:15:50 +0100
Hi!
I'm only looping through my own objects, removing and adding objects. No
Authentications..
:) Thomas
"Paul Glavich [MVP - ASP.NET]" <glav@aspalliance.com-NOSPAM> wrote in
message news:utk3pdlEEHA.628@TK2MSFTNGP10.phx.gbl...
> Are you doing any form of authentication? Might be that authenticating
> against a domain is taking the time whereas the workgroup is local to the
> machine. Just a guess.
>
> - Paul Glavich
>
> "Thomas Pettersen" <thomas@skum.no> wrote in message
> news:u3de4zkEEHA.3980@TK2MSFTNGP09.phx.gbl...
> > Hi!
> >
> > We have a strange problem that we've been trying to solve for some
days.
> >
> > We have an application where we have our own custom objects filled with
> > data. We're doing a lot of looping / removing and creating of objects in
a
> > specific function. When I run this on my laptop it takes about 1,7
seconds
> > to do the whole operations (it's about 4500 objects filled with data).
> When
> > I do it on my customers computers this takes a lot longer time. I'm not
> > doing database-queries, communication with other components or anything.
> > It's pure dataprocessing with my own classes. The results are as
follows:
> >
> > My computer (1,7 seconds):
> > Laptop Pentium M - 1600 Mhz
> > 1 Gb RAM
> > Windows XP Pro
> >
> > My friends computer (1,8 seconds):
> > Laptop Pentium 4 - 2,66 Ghz
> > 512 Mb RAM
> > Windows XP Pro
> >
> > My customers test-server(12,3 seconds):
> > Server Pentium III - 800 Mhz
> > 1 Gb RAM
> > Windows 2003 Server
> >
> > My customers production-server (5,4 seconds):
> > Server Xeon 2 x 2.4 Ghz
> > 2,2 Gb RAM
> > Windows 2003 Server
> >
> > My customers laptop (6,1 seconds):
> > Laptop Pentium 4 - 2 Ghz
> > 512 Mb RAM
> > Windows XP Pro
> >
> >
> > May there be any security-settings? The only big difference between my
and
> > my friends computers are that we are in a workgroup while the
> > customer-computers are in a domain. Are there any other
security-settings
> or
> > anything that my customer may have that affects the performance of our
> > application?
> >
> > Regards
> > Thomas Pettersen / SKUM
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
>
- Next message: codymanix: "Re: Optimising Lockbit Routine??"
- Previous message: Thomas Pettersen: "Re: Performance issues on different servers."
- In reply to: Paul Glavich [MVP - ASP.NET]: "Re: Performance issues on different servers."
- Next in thread: Thomas Pettersen: "Re: Performance issues on different servers."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|