473,748 Members | 8,933 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1538
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******@BBBho tmailAAA.com> wrote in message
news:um******** ******@TK2MSFTN GP14.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*******@vbbo x.com> wrote in message
news:%2******** ********@TK2MSF TNGP11.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******@BBBho tmailAAA.com> wrote in message
news:um******** ******@TK2MSFTN GP14.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.o rg, 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*******@vbbo x.com> wrote in message
news:%2******** ********@TK2MSF TNGP11.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******@BBBho tmailAAA.com> wrote in message
news:um******** ******@TK2MSFTN GP14.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.portalbuil der.org)"
<da****@larsont echnology.spamf ree.com> wrote in message
news:91******** *************** ***********@mic rosoft.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.o rg, 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*******@vbbo x.com> wrote in message
news:%2******** ********@TK2MSF TNGP11.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******@BBBho tmailAAA.com> wrote in message
> news:um******** ******@TK2MSFTN GP14.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.portalbuil der.org)"
<da****@larsont echnology.spamf ree.com> wrote in message
news:91******** *************** ***********@mic rosoft.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.o rg, 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*******@vbbo x.com> wrote in message
news:%2******** ********@TK2MSF TNGP11.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******@BBBho tmailAAA.com> wrote in message
> news:um******** ******@TK2MSFTN GP14.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.portalbuil der.org)"
<da****@larsont echnology.spamf ree.com> wrote in message
news:81******** *************** ***********@mic rosoft.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.portalbuil der.org)"
<da****@larsont echnology.spamf ree.com> wrote in message
news:91******** *************** ***********@mic rosoft.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.o rg, 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*******@vbbo x.com> wrote in message
>> news:%2******** ********@TK2MSF TNGP11.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******@BBBho tmailAAA.com> wrote in message
>> > news:um******** ******@TK2MSFTN GP14.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
2912
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 calculates and displays elapsed wall clock seconds since initialization. class ExampleTimer: def __init__(self): self.start = time.clock()
10
13833
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 into /dev/null, as well as the same loop using printf(). int main () { for (int i = 0; i < 1000 * 1000; ++i) { cout << "i = " << i << '\n'; }
16
3013
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 lately I've been wanting to do more stuff with user accounts, and had been eying MySQL for over a year. Finally I've decided to start off small by converting the forum's account system to a MySQL database (and convert the rest later after I'm...
0
1171
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 the application's dll file. Using the Reflector application I can see that VS.NET comiles the default language resource into the main dll while putting other languages into so-called satellite assemblies to folders which are named after the...
10
2358
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 begun to use GNU Autotools. I'm sorry to say I'm new to gcc as well :( Now I get the most ridiculous compile error which I'm unable to solve. Can someone, please, help me with this? gcc output together with the files mentioned in the gcc error...
16
3072
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 suitable for novice? The ones in fsf freed software directory? I have been reading quite a few books on the programming language C, but when I tried to start a project of my own, I find myself to be incompetent. What should I do? Thanks in advance.
4
2047
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 one-key-chord way to upload a single file or a single site. In Dreamweaver, you can hit "Control-Shift-U" to upload a single file to the remote site you have configured. This is extremely handy when you're doing quickie fixes and development, more...
4
1328
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
1494
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. If we use wsdl.exe we get a service.cs and then include it in our project. The first two gave us entries in the web config. The third does not. They all work. Why the difference? what's the difference? What are the pros and cons? Thanks,...
0
8987
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9534
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9366
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9316
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9241
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8239
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6073
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4597
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2777
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.