Re: [WebDNA] sem_open bugfix for os x version 6.2
This WebDNA talk-list message is from 2012
It keeps the original formatting.
numero = 108263
interpreted = N
texte = Daniel Meola wrote:> Our server is having issues as well (consistent CPU usage above 180%).> The obvious culprit would be a code issue, but I've been coding here for> the past year and haven't been able to bring CPU usage down. Could you> explain what to look for with the semaphore arrays? Mine looks like this:>> ------ Semaphore Arrays --------> key semid owner perms nsems> 0x00000000 294912 apache 600 1> 0x00000000 32769 apache 600 1> 0x00000000 327682 apache 600 1> 0x00000000 360451 apache 600 1> 0x00000000 393220 apache 600 1> 0x00000000 425989 apache 600 1> 0x00000000 458758 apache 600 1> 0x00000000 491527 apache 600 1>> Thanks,> Daniel MeolaFirst, stop apache, then run ipcs -s again.If you still have those lines, you can run:'for i in `ipcs -s | awk '/apache/ {print $2}'`; do (ipcrm -s $i); done'or kill them individually with ipcrm'man ipcrm'Start apache.Donovan-- Donovan BrookeEuca Design Centerwww.euca.uswww.keepitturning.co
Associated Messages, from the most recent to the oldest:
Daniel Meola wrote:> Our server is having issues as well (consistent CPU usage above 180%).> The obvious culprit would be a code issue, but I've been coding here for> the past year and haven't been able to bring CPU usage down. Could you> explain what to look for with the semaphore arrays? Mine looks like this:>> ------ Semaphore Arrays --------> key semid owner perms nsems> 0x00000000 294912 apache 600 1> 0x00000000 32769 apache 600 1> 0x00000000 327682 apache 600 1> 0x00000000 360451 apache 600 1> 0x00000000 393220 apache 600 1> 0x00000000 425989 apache 600 1> 0x00000000 458758 apache 600 1> 0x00000000 491527 apache 600 1>> Thanks,> Daniel MeolaFirst, stop apache, then run ipcs -s again.If you still have those lines, you can run:'for i in `ipcs -s | awk '/apache/ {print $2}'`; do (ipcrm -s $i); done'or kill them individually with ipcrm'man ipcrm'Start apache.Donovan-- Donovan BrookeEuca Design Centerwww.euca.uswww.keepitturning.co
Donovan Brooke
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Need relative path explanation (1997)
Affiliate program code (2004)
[OT] Airport Problem (2003)
problem: search crashes webstar (1997)
in header include files? (1998)
MATH (1998)
HTML Editors (1997)
WebCatalog can't find database (1997)
OT: Need some feedback, please. (2003)
Show first couple of lines. (2003)
shipping costs (1997)
Country & Ship-to address & other fields ? (1997)
[WriteFile] problems (1997)
.html with IIS4 (1999)
[LOOKUP] (1997)
Setting up WebCatalog with Retail Pro data (1996)
Strange sort in search... (2000)
Progress !! WAS: Trouble with formula.db (1997)
Search in 2 or more catalogs (1997)
WC2f3 (1997)