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:
PCS Customer submissions ? (1997)
First postarg not taking in $Commands (1997)
Email Line Breaks (2003)
PCS Frames (1997)
Javascripts (1998)
FoundItems Question (1998)
RE: Any limit to [include] (1997)
Webmerchant confirmation hooks? (1997)
NT error logs (1997)
[/application] error? (1997)
Setting up shop (1997)
America Online Issues (1998)
Nested tags count question (1997)
Cold Fusion Buster (1997)
WebCatalog for guestbook ? (1997)
database files in secure folder (1997)
Shopping carts and reloading pages (1997)
WebCommerce: Folder organization ? (1997)
Empty Shopping Carts? (1998)
[WebDNA] postfix and dna (2011)