Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kwhitefoot

  1. kwhitefoot

    Force Completion of function without thread swaping?

    If you REALLY need real time behaviour you MUST use a real time operating system. There are companies that have created modified NT/2k kernels that offer realtime facilities. Unmodified Microsoft Windows cannot guarantee timely execution of any instruction or procedure. Don't be fooled by...
  2. kwhitefoot

    Systemwide singleton or monostate. How?

    Thanks everyone and sorry for not monitoring this. My laptop died (fan failure) so I've been catching up for the last several days. I finally figured out that .NET remoting was what I needed to use. COM+ is out of the question because I want this to be simpler than the previous VB6 version...
  3. kwhitefoot

    Systemwide singleton or monostate. How?

    Can anyone suggest a way to create a class that implements a systemwide singleton or monostate? I need to write some code to serialize access to some hardware. I want to give access to several separate applications. This means that the hardware layer must be present the same state to all...

Part and Inventory Search

Back
Top