From: Bela Lubkin <belal@sco.com> Subject: Re: Performance Improvements by adding SMP to OS5.0.6 Date: Thu, 16 May 2002 00:23:14 GMT References: <ue5mg2touo721a@corp.supernews.com> Don Yakubowski wrote: > Some general questions for those with experience using SCO SMP module on > dual processor OS 5.0.6 systems..... > 1) Is it at all possible to predict with any accuracy how much > performance will change > by adding SMP and a 2nd processor to a system? Since there are alot of > variables > involved relating to how the apps are written and the drivers used for > the "specific" > peripherals,it seems to me that unless something (ie. a device driver or > application) > was written to take advantage of such underlying hardware,the end user > wouldn't > notice any difference at all? > The SCO docs suggest that unless an app or driver is multithreaded,it > would run on the > base CPU,just like it would without SMP,so what would be the point in > adding SMP and > another CPU to the hardware?
It is possible to predict with any accuracy only in a few specific cases. If your application isn't already CPU bound, adding another CPU probably won't help. If your application uses one monolithic process that accumulates all the CPU time, adding another CPU probably won't help. If your application uses lots of cooperating processes which all consume moderate amounts of CPU, or if different users have different sets of CPU-consuming processes running at once, adding a CPU might help a lot. What you read in the docs probably wasn't very well written (I'm not sure what you found). What you need to understand is that OSR5 doesn't have kernel-level threads support, so any one process can use only one CPU at once (even if it uses some sort of threading library). If your machine was dedicated to a single process calculating Pi to a billion digits, a 2nd CPU would do nothing. But if you were running one task calculating Pi to a billion digits and another calculating `e' to a billion digits, both tasks might run twice as fast in a 2-CPU system, since each would end up on a separate CPU. >Bela<
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.
Many of the products and books I review are things I purchased for my own use. Some were given to me specifically for the purpose of reviewing them. I resell or can earn commissions from the sale of some of these items. Links within these pages may be affiliate links that pay me for referring you to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain. I also may own stock in companies mentioned here. If you have any question, please do feel free to contact me.
Specific links that take you to pages that allow you to purchase the item I reviewed are very likely to pay me a commission. Many of the books I review were given to me by the publishers specifically for the purpose of writing a review. These gifts and referral fees do not affect my opinions; I often give bad reviews anyway.
We use Google third-party advertising companies to serve ads when you visit our website. These companies may use information (not including your name, address, email address, or telephone number) about your visits to this and other websites in order to provide advertisements about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here.
Click here to add your comments
Don't miss responses! Subscribe to Comments by RSS or by Email
Click here to add your comments
If you want a picture to show with your comment, go get a Gravatar