-----Original Message-----
From: ros-dev-bounces(a)reactos.com
[mailto:ros-dev-bounces@reactos.com] On Behalf Of Gunnar Dalsnes
Sent: Thursday, November 18, 2004 12:05 AM
To: 'ReactOS Development List'
Subject: RE: [ros-dev] booting ros is broken (was: fix broken
work item impl.)
Ok. So my fix wasn't the right fix either. I will revert my changes.
Still, the old impl. is broken and bsod for me:-( I guess a
temporary dirty
hack could be to increase the semaphore limit? Any objections?
If 256 work items are not enough, something else is wrong. You should change
the worker code a little bit, that the caller of each request is stored in
the work item. If the number of items reach a limit (10..20), the code
should print the items and callers. This will not work with non ros drivers
if the caller is stored in WORK_QUEUE_ITEM.
- Hartmut