[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: (no subject)
- From: Justin Cormack <justin@...>
- Date: Sat, 5 Jan 2013 11:45:12 +0000
Unless you are running a huge number of different drivers at once even embedded hardware should be able to run enough threads or processes for isolation. I would build a prototype of how many you might want and check the memory usage. It is the only really reliable way of running untrusted code in general. The other option is to to code analysis and work out that the code must terminate and does not use too much memory, which you might be able to do in a limited domain, depending what the drivers need to be able to do.
Justin