Hi Leo, That sounds great. One quick question would it make sense to start defining a generic platform interface that that all supported platforms need to implement. A quick example of a similar abstraction would be the Apache Portable Runtime (http://apr.apache.org/).
Let me know what your thoughts are. -Vishal On 6/19/06, Leopold Toetsch <[EMAIL PROTECTED]> wrote:
On Jun 19, 2006, at 19:30, Vishal Soni wrote: > So do we need to change os.pmc to leverage this infrastructure and get > rid of the platform specific code( currently implemented via IFDEF) > from os.pmc? I think that all platform-specific code should be factored out, i.e. the existing methods should call some platform functions. leo
-- Thanks, Vishal