Path: news.mitre.org!blanket.mitre.org!philabs!newsjunkie.ans.net!newsfeeds.ans.net!news-was.dfn.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.alt.net!usenet From: tony@ercolano.com (Anthony V. Ercolano) Newsgroups: comp.os.ms-windows.programmer.nt.kernel-mode Subject: Re: KeInsertQueueDpc bug on SMP systems? Date: Fri, 16 Jan 1998 22:16:02 GMT Organization: Altopia Corp. - Usenet Access - http://www.altopia.com Lines: 15 Message-ID: <34d1db23.186388953@news.alt.net> References: <69lhm3$q2r$1@decius.ultra.net> <69od14$ptg@news.microsoft.com> Reply-To: tony@ercolano.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Newsreader: Forte Agent 1.5/32.451 Oh, and another thing Paul, As I recall there are a few other kernel api's. Timers, Events, etc... Should we begin wrapping them inside spinlocks also? Just to be safe. Gosh imagine calling them at the same time on two different processors. Wouldn't want to strain the kernel here. "Paul Sanders" wrote: >We don't expect that someone will try to to queue exactly the same dpc on >different processors simultaneously. We have never seen this problem before.