Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2002 01:00:36 -0700 (PDT)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern sysv_msg.c
Message-ID:  <200208130800.g7D80ajd021058@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2002/08/13 01:00:36 PDT

  Modified files:
    sys/kern             sysv_msg.c 
  Log:
  Make SYSVMSG mpsafe.  Right now there is a global lock over the
  entire subsystem, we could move to per-message queue locks, however
  the messages themselves seem to come from a global pool and to avoid
  over-locking this code (locking individual queues, then the global
  pool) I've opted to just do it this way.
  
  Requested by: rwatson
  Tested by: NetBSD's regression suite.
  
  Revision  Changes    Path
  1.43      +31 -19    src/sys/kern/sysv_msg.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208130800.g7D80ajd021058>