473,396 Members | 1,961 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,396 software developers and data experts.

ways to improve compilation?

Hi,

hoew can I improve the compilation process of a sharepoint website?

my server is:
2 * P3 Xeom 1ghz
4go ram
2 * 36gb (mirror for OS and website)
2 * 36 Raid 0 (stripping; for temp files and ASP.net compiled files)
3.*36 raid 5 (for databases)

I found this server slow!!!
another new server:
Celeron 2.5ghz
1.5gb ram
2 *36gb (mirror)

the second server takes far less time to compile the pages and done some
rendering processes

any idea how can I improve my server A?

thanks.

Jerome.
Nov 18 '05 #1
6 1526
The web pages should be compiled only once, not every time they load. If
you're seeing performance problems it's unlikely that the issue is with the
web site code itself.
--

Klaus H. Probst, MVP
http://www.vbbox.com/
"Jéjé" <wi******@BBBhotmailAAA.com> wrote in message
news:um**************@TK2MSFTNGP14.phx.gbl...
Hi,

hoew can I improve the compilation process of a sharepoint website?

my server is:
2 * P3 Xeom 1ghz
4go ram
2 * 36gb (mirror for OS and website)
2 * 36 Raid 0 (stripping; for temp files and ASP.net compiled files)
3.*36 raid 5 (for databases)

I found this server slow!!!
another new server:
Celeron 2.5ghz
1.5gb ram
2 *36gb (mirror)

the second server takes far less time to compile the pages and done some
rendering processes

any idea how can I improve my server A?

thanks.

Jerome.

Nov 18 '05 #2
I know that the page is compiled only 1 time
but we have a lot of pages, and the CSC process appear to many times and the
compilation process himself is long.
specially after an iisreset command.
"Klaus H. Probst" <us*******@vbbox.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
The web pages should be compiled only once, not every time they load. If
you're seeing performance problems it's unlikely that the issue is with
the
web site code itself.
--

Klaus H. Probst, MVP
http://www.vbbox.com/
"Jéjé" <wi******@BBBhotmailAAA.com> wrote in message
news:um**************@TK2MSFTNGP14.phx.gbl...
Hi,

hoew can I improve the compilation process of a sharepoint website?

my server is:
2 * P3 Xeom 1ghz
4go ram
2 * 36gb (mirror for OS and website)
2 * 36 Raid 0 (stripping; for temp files and ASP.net compiled files)
3.*36 raid 5 (for databases)

I found this server slow!!!
another new server:
Celeron 2.5ghz
1.5gb ram
2 *36gb (mirror)

the second server takes far less time to compile the pages and done some
rendering processes

any idea how can I improve my server A?

thanks.

Jerome.


Nov 18 '05 #3
Jeje,

It appears Server A is running the database. Having a dedicated SQL box that
isn't the front end web server will probably crank your performance up a few
notches... which is why Server B is a lot faster-- it's not dealing with any
database work.

For portalbuilder.org, I run a dedicated SQL box, a web + serach box, and a
index +job box. Keeping everything but web OFF of the front end will
dramatically increase your performance... so you may want to use server B as
your front end and keep Server A for your backend. Add a cheap box for your
index and job server (you don't want that on either your front end or
database server optimally) and you'll be STYLIN.

Daniel Larson
www.portalbuilder.org

"Jéjé" wrote:
I know that the page is compiled only 1 time
but we have a lot of pages, and the CSC process appear to many times and the
compilation process himself is long.
specially after an iisreset command.
"Klaus H. Probst" <us*******@vbbox.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
The web pages should be compiled only once, not every time they load. If
you're seeing performance problems it's unlikely that the issue is with
the
web site code itself.
--

Klaus H. Probst, MVP
http://www.vbbox.com/
"Jéjé" <wi******@BBBhotmailAAA.com> wrote in message
news:um**************@TK2MSFTNGP14.phx.gbl...
Hi,

hoew can I improve the compilation process of a sharepoint website?

my server is:
2 * P3 Xeom 1ghz
4go ram
2 * 36gb (mirror for OS and website)
2 * 36 Raid 0 (stripping; for temp files and ASP.net compiled files)
3.*36 raid 5 (for databases)

I found this server slow!!!
another new server:
Celeron 2.5ghz
1.5gb ram
2 *36gb (mirror)

the second server takes far less time to compile the pages and done some
rendering processes

any idea how can I improve my server A?

thanks.

Jerome.



Nov 18 '05 #4
the server B is also a standalone server (wioth all in 1 box : database, web
sites, sharepoint...)
and server B has only 2 IDE HD!
no SCSI!
(all NTFS)

"Daniel Larson (www.portalbuilder.org)"
<da****@larsontechnology.spamfree.com> wrote in message
news:91**********************************@microsof t.com...
Jeje,

It appears Server A is running the database. Having a dedicated SQL box
that
isn't the front end web server will probably crank your performance up a
few
notches... which is why Server B is a lot faster-- it's not dealing with
any
database work.

For portalbuilder.org, I run a dedicated SQL box, a web + serach box, and
a
index +job box. Keeping everything but web OFF of the front end will
dramatically increase your performance... so you may want to use server B
as
your front end and keep Server A for your backend. Add a cheap box for
your
index and job server (you don't want that on either your front end or
database server optimally) and you'll be STYLIN.

Daniel Larson
www.portalbuilder.org

"Jéjé" wrote:
I know that the page is compiled only 1 time
but we have a lot of pages, and the CSC process appear to many times and
the
compilation process himself is long.
specially after an iisreset command.
"Klaus H. Probst" <us*******@vbbox.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
> The web pages should be compiled only once, not every time they load.
> If
> you're seeing performance problems it's unlikely that the issue is with
> the
> web site code itself.
>
>
> --
>
> Klaus H. Probst, MVP
> http://www.vbbox.com/
>
>
> "Jéjé" <wi******@BBBhotmailAAA.com> wrote in message
> news:um**************@TK2MSFTNGP14.phx.gbl...
>> Hi,
>>
>> hoew can I improve the compilation process of a sharepoint website?
>>
>> my server is:
>> 2 * P3 Xeom 1ghz
>> 4go ram
>> 2 * 36gb (mirror for OS and website)
>> 2 * 36 Raid 0 (stripping; for temp files and ASP.net compiled files)
>> 3.*36 raid 5 (for databases)
>>
>> I found this server slow!!!
>> another new server:
>> Celeron 2.5ghz
>> 1.5gb ram
>> 2 *36gb (mirror)
>>
>> the second server takes far less time to compile the pages and done
>> some
>> rendering processes
>>
>> any idea how can I improve my server A?
>>
>> thanks.
>>
>> Jerome.
>>
>>
>
>


Nov 18 '05 #5
That's crazy Jeje!

There must be some sort of bottleneck we're not seeing... sorry I couldn't
help, but let us know what you find!

Daniel Larson
"Jéjé" wrote:
the server B is also a standalone server (wioth all in 1 box : database, web
sites, sharepoint...)
and server B has only 2 IDE HD!
no SCSI!
(all NTFS)

"Daniel Larson (www.portalbuilder.org)"
<da****@larsontechnology.spamfree.com> wrote in message
news:91**********************************@microsof t.com...
Jeje,

It appears Server A is running the database. Having a dedicated SQL box
that
isn't the front end web server will probably crank your performance up a
few
notches... which is why Server B is a lot faster-- it's not dealing with
any
database work.

For portalbuilder.org, I run a dedicated SQL box, a web + serach box, and
a
index +job box. Keeping everything but web OFF of the front end will
dramatically increase your performance... so you may want to use server B
as
your front end and keep Server A for your backend. Add a cheap box for
your
index and job server (you don't want that on either your front end or
database server optimally) and you'll be STYLIN.

Daniel Larson
www.portalbuilder.org

"Jéjé" wrote:
I know that the page is compiled only 1 time
but we have a lot of pages, and the CSC process appear to many times and
the
compilation process himself is long.
specially after an iisreset command.
"Klaus H. Probst" <us*******@vbbox.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
> The web pages should be compiled only once, not every time they load.
> If
> you're seeing performance problems it's unlikely that the issue is with
> the
> web site code itself.
>
>
> --
>
> Klaus H. Probst, MVP
> http://www.vbbox.com/
>
>
> "Jéjé" <wi******@BBBhotmailAAA.com> wrote in message
> news:um**************@TK2MSFTNGP14.phx.gbl...
>> Hi,
>>
>> hoew can I improve the compilation process of a sharepoint website?
>>
>> my server is:
>> 2 * P3 Xeom 1ghz
>> 4go ram
>> 2 * 36gb (mirror for OS and website)
>> 2 * 36 Raid 0 (stripping; for temp files and ASP.net compiled files)
>> 3.*36 raid 5 (for databases)
>>
>> I found this server slow!!!
>> another new server:
>> Celeron 2.5ghz
>> 1.5gb ram
>> 2 *36gb (mirror)
>>
>> the second server takes far less time to compile the pages and done
>> some
>> rendering processes
>>
>> any idea how can I improve my server A?
>>
>> thanks.
>>
>> Jerome.
>>
>>
>
>


Nov 18 '05 #6
I know :)

and I've not found the bottleneck!
are drives are ok, processors also.

maybe a memory problem...

"Daniel Larson (www.portalbuilder.org)"
<da****@larsontechnology.spamfree.com> wrote in message
news:81**********************************@microsof t.com...
That's crazy Jeje!

There must be some sort of bottleneck we're not seeing... sorry I couldn't
help, but let us know what you find!

Daniel Larson
"Jéjé" wrote:
the server B is also a standalone server (wioth all in 1 box : database,
web
sites, sharepoint...)
and server B has only 2 IDE HD!
no SCSI!
(all NTFS)

"Daniel Larson (www.portalbuilder.org)"
<da****@larsontechnology.spamfree.com> wrote in message
news:91**********************************@microsof t.com...
> Jeje,
>
> It appears Server A is running the database. Having a dedicated SQL box
> that
> isn't the front end web server will probably crank your performance up
> a
> few
> notches... which is why Server B is a lot faster-- it's not dealing
> with
> any
> database work.
>
> For portalbuilder.org, I run a dedicated SQL box, a web + serach box,
> and
> a
> index +job box. Keeping everything but web OFF of the front end will
> dramatically increase your performance... so you may want to use server
> B
> as
> your front end and keep Server A for your backend. Add a cheap box for
> your
> index and job server (you don't want that on either your front end or
> database server optimally) and you'll be STYLIN.
>
> Daniel Larson
> www.portalbuilder.org
>
> "Jéjé" wrote:
>
>> I know that the page is compiled only 1 time
>> but we have a lot of pages, and the CSC process appear to many times
>> and
>> the
>> compilation process himself is long.
>> specially after an iisreset command.
>>
>>
>> "Klaus H. Probst" <us*******@vbbox.com> wrote in message
>> news:%2****************@TK2MSFTNGP11.phx.gbl...
>> > The web pages should be compiled only once, not every time they
>> > load.
>> > If
>> > you're seeing performance problems it's unlikely that the issue is
>> > with
>> > the
>> > web site code itself.
>> >
>> >
>> > --
>> >
>> > Klaus H. Probst, MVP
>> > http://www.vbbox.com/
>> >
>> >
>> > "Jéjé" <wi******@BBBhotmailAAA.com> wrote in message
>> > news:um**************@TK2MSFTNGP14.phx.gbl...
>> >> Hi,
>> >>
>> >> hoew can I improve the compilation process of a sharepoint website?
>> >>
>> >> my server is:
>> >> 2 * P3 Xeom 1ghz
>> >> 4go ram
>> >> 2 * 36gb (mirror for OS and website)
>> >> 2 * 36 Raid 0 (stripping; for temp files and ASP.net compiled
>> >> files)
>> >> 3.*36 raid 5 (for databases)
>> >>
>> >> I found this server slow!!!
>> >> another new server:
>> >> Celeron 2.5ghz
>> >> 1.5gb ram
>> >> 2 *36gb (mirror)
>> >>
>> >> the second server takes far less time to compile the pages and done
>> >> some
>> >> rendering processes
>> >>
>> >> any idea how can I improve my server A?
>> >>
>> >> thanks.
>> >>
>> >> Jerome.
>> >>
>> >>
>> >
>> >
>>
>>
>>


Nov 18 '05 #7

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

Similar topics

6
by: Jacob H | last post by:
Hello all, I'm close to being a novice programmer and I never was good at math. So I'm curious to know ways in which this following code can be made more efficient, more elegant. The code just...
10
by: Roy Smith | last post by:
I've been running some benchmarks to compare streams and stdio performance. I've always suspected stdio was faster, but was astonished to discover how much faster. I timed the following running...
16
by: Daniel Tonks | last post by:
First, please excuse the fact that I'm a complete MySQL newbie. My site used forum software that I wrote myself (in Perl) which, up until now, has used flat files. This worked fine, however...
0
by: Frank L | last post by:
Greetings, I am somewhat puzzled by a difference that occurs when I compile my web application out of VS.NET or if I compile it through NAnt. The issue is with how the resources get compiled into...
10
by: Sune | last post by:
Hi, previously I used Eclipse CDT for compiling my files just to get started with C and leave C++ behind. Now it's time to get a little more serious so I've moved my files to a new workplace and...
16
by: weidongtom | last post by:
Hi, I have just finished reading some tutorials on C, I am wondering how I could improve my skill. Is there any advice? Is reading others' codes the best way? If so, what type of codes are...
4
by: | last post by:
Using VS.NET I am wondering what methods developers use to deploy ASP.NET website content to a remote server, either using FTP or network file copy. Ideally there would be a one-button or...
4
by: mrajanikrishna | last post by:
Hi friends, I have a page which has dropdownlists bound to data source controls. Its a big page has some input controls. How can I improve the page rendering time/ thanks
2
by: GaryDean | last post by:
This question is about alternate ways to hook into a web service. If we just add web reference in VS 2003 we got a wsdl, reference.cs, and reference.map. In vs2005 we get a wsdl and a discomap. ...
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
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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.