something like COM/Corba or unix-style device-files?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
The Legend

something like COM/Corba or unix-style device-files?

Post by The Legend »

I'm just asking myself how to organize the drivers
best. Should I create a system similar to COM/Corba
with Interfaces or like unix is doing it, with
a special device-filesystem? What could be faster?
The COM/Corba approach is definitivly fast, look
at DirectX which is based upon it, but I don't know
how fast the device files could be.

The Legend
Post Reply