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:
For those of you not on the WebCatalog Beta... (1997)
Multiple prices (1997)
NT - Thanks and Taxes (1997)
shrink-wrapped version out yet? (1997)
Server slowing down. (1997)
PayFlowPro (2003)
[OT] Powerbook Tech (2005)
Will webdna execute before a [redirect]? (1999)
Subtotal help (1997)
.html processing? (1998)
requiring form fields? (2000)
WebCat b13 CGI -shownext- (1997)
WebCat & WebTen (1997)
Re2: frames & carts (1997)
sendmail and accented characters (1998)
Nesting format tags (1997)
WebCat2b12--[searchstring] bug (1997)
Re:2nd WebCatalog2 Feature Request (1996)
unsubscribe (1997)
Ampersand (1997)