Sponsored Content
Top Forums Programming Writing fast and efficiently - how ? Post 22691 by chikong on Sunday 9th of June 2002 02:36:41 AM
Old 06-09-2002
Bug actual cause of slowness?

Do we really know if the slowness observed is caused by resource contention (many process contenting one SHMEM) or is caused by resource utilisation (the path length of the code doing the SHMEN access)?

If the actual cause is contention, and the process es appeared slow because they spend most of their time waiting, one of the solutions is to have more resouces (multiple SHEM? and pack them up by tge background process).
 

9 More Discussions You Might Find Interesting

1. IP Networking

how to use PING command efficiently

Do anyone telle me please how to use PING command to verify connection (TCP/IP) between serveurs. thanks (1 Reply)
Discussion started by: hoang
1 Replies

2. Filesystems, Disks and Memory

Writing fast and efficiently - how ?

I have a lot of processes all of which need to write quite a lot of data to the filesystem ( to a single file). This is managed today in the following way : all the processes write the data to a shared memory block, which is manged by a process that empties it to a file, thus allowing more... (1 Reply)
Discussion started by: Seeker
1 Replies

3. Shell Programming and Scripting

Using xapply efficiently?

Hi all, Were currently using xapply to run multiple ssh instances that then calls a script that returns the PID of a webserver process. Currently we have like 30 xapply statements in a script call checkit which checks various webserver processes on various unix/linux boxes. My question... (0 Replies)
Discussion started by: bdsffl
0 Replies

4. UNIX Desktop Questions & Answers

how to search files efficiently using patterns

hi friens, :) if i need to find files with extension .c++,.C++,.cpp,.Cpp,.CPp,.cPP,.CpP,.cpP,.c,.C wat is the pattern for finding them :confused: (2 Replies)
Discussion started by: arunsubbhian
2 Replies

5. Shell Programming and Scripting

How to parse a string efficiently

I am new to the boards and to shell programming and have a requirement to name new files received with a unique sequence number. I need to look at a particular file pattern that exists and then to increment a sequence by 1 and write the new file. Example of file names and sequence # ... (4 Replies)
Discussion started by: sandiego_coder
4 Replies

6. Shell Programming and Scripting

Parse and delete lines efficiently

Hi I have a set of options in the form of key value in a file. Need to find a particular value of 'a' and delete all lines till the next 'a' keyword . Ex : a bbb c ddd e fff g hhh a sss c ggg e xxx f sss a ddd d sss r sss g hhh (5 Replies)
Discussion started by: TDUser
5 Replies

7. UNIX for Dummies Questions & Answers

Efficiently Repeat Text

Hi, Often when I use echo statements in scripts I echo a line of #'s above and below. For example: echo ##### echo hello world echo ##### However, I generally have a series of about 75 #'s. For example: echo #(x 75) echo hello world echo #(X 75) While this helps to delineate... (7 Replies)
Discussion started by: msb65
7 Replies

8. Shell Programming and Scripting

Getting remote variables more efficiently

Hello all, I have a script that has to get variables remotely. Rather than having the script login to the remote server 3 separate times, is there a faster way to get each variable? ##Server comes from input or list## CHKINSTALL=`ssh server "swlist | grep -i program" | grep -v... (2 Replies)
Discussion started by: LinuxRacr
2 Replies

9. Shell Programming and Scripting

Purging 2000+ directories efficiently

Hi I have a requirement wherein i need to purge some directories. I have more than 2000 directories where i need to keep data for 10 days and delete the rest. What i am looking for is an efficient way to achieve this. There are four mount points from where i need to delete the files. ... (3 Replies)
Discussion started by: Apoorvbarwa
3 Replies
pthread_scope_options(5)					File Formats Manual					  pthread_scope_options(5)

NAME
pthread_scope_options - list of external options to specify the scheduling contention scope of threads DESCRIPTION
From HP-UX release 11i version 2 and forward, HP-UX supports the "MxN" thread model. With MxN model, application has the flexibility of selecting the type of thread (determined by the contention scope specified) in the application. Based on the contention scope, there are two types of threads, threads and threads. can be used to initialize the attribute object. Subsequently, can be used to set the scope explicitly. If is not used, the default con- tention scope is considered. The default contention scope will be Some external options are provided to control the contention scope without modifying the application source. This is useful for the appli- cation developer to check the performance of the application with multiple thread models before deciding on the thread model appropriate for a particular application. The external scope options can be specified in three different ways: 1. At compile time. 2. In Properties file. 3. Environment variables. 1. Compile Time Options The options provided at compile time are: Forces the system scope irrespective of scope specified in the attribute for thread creation. Forces the process scope irrespective of scope specified in the attribute for thread creation. If contention scope is set by that scope is considered while creating a thread. Otherwise, is considered. The compile time option can be specified with or by defining the same before including in application source files. If none of the above mentioned options is specified, system scope threads will be created unless specifies otherwise. compile option is similar to and is provided for backward compatibility. However, if any of the above mentioned new compile options are used, will not have any effect. 2. Properties File Options Users are given the flexibility to use a properties file to specify various tunables for the library, to help in optimizing their applica- tions without making any source code changes. The default path name of the properties file is Note that this file will have to be explic- itly created by the user. If the application wants the pthread library to read the tunables from the properties file, the environment variable has to be set to 1, on, or ON. The user, through the environment variable can specify a different location for the properties file. In the properties file, lines beginning with are comments. For non-comment lines, the first and second words are extracted. The first word is expected to be the name of one of the tunables, and the second word is expected to be the value of that variable. The properties file supports following tunables to control the scope of threads externally: Forces the system scope irrespective of scope specified in the attribute for thread creation. Forces the process scope irrespective of scope specified in the attribute for thread creation. If contention scope is set by that scope is considered while creating a thread. Otherwise, is considered. If contention scope is set by that scope is considered while creating a thread. Otherwise, is considered. The properties file options and supported on HP-UX 11i v2 will be provided for backward compatibility. However, if any of the above men- tioned new properties file options are used, and will not have any effect. 3. Environmental Variables There are a set of environment variables which when set can override the scope of the threads specified in the application. These environ- ment variables should be set before starting the application to run. The environmental variables supported for controlling the scope are: Forces the system scope irrespective of scope specified in the attribute for thread creation. Forces the process scope irrespective of scope specified in the attribute for thread creation. If contention scope is set by that scope is considered while creating a thread. Otherwise, is considered. If contention scope is set by that scope is considered while creating a thread. Otherwise, is considered. environment variable that was supported on HP-UX 11i v2 will continue to be supported and will have the same effect as However, if any of the above mentioned new environment variables are set, will not have any effect. Precedence if multiple options are specified: o Environmental variable settings take higher precedence over properties file settings which in turn take higher precedence over compile time options. o If more than one setting is done in one of the ways specified above, force option will take higher precedence over default option and the scope set by System scope takes more precedence than process scope. The contention scope set by takes precedence over external scope setting for default scope process and default scope system. EXAMPLES 1. The following settings are done in properties file: and should be done for the properties file to be read by the pthread library. If is not set, will be used. With these settings, will take the precedence, and system scope will be forced for all thread creations. 2. If the following options are defined at compile time with or defined in one of the application header files: and will take higher precedence, and system scope threads will be forced even when is used to specify the process scope. 3. If the following environmental variables are set (say, using sh-posix): will take higher precedence, and system scope is forced for all the threads created in the process. 4. If the following environmental variables are set (say, using sh-posix): will take higher precedence, and process scope is forced for all the threads created in the process. SEE ALSO
pthread(3T), pthread_attr_init(3T), pthread_attr_setscope(3T). pthread_scope_options(5)
All times are GMT -4. The time now is 11:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy