El 20/12/2011, a las 7:30a.m., Igor Stasenko escribió:
> 
> I think what would be easier is to make a language side to handle everything.
> Unfortunately in practice this means moving substantial parts implemented in C
> and putting in smalltalk.

+1 
It takes time... but in the long way is the best approach, I think.

> I also don't see how separating it into 2 processes make things easier.
> I think it will complicate things even more, because now you will need to
> invent own communication schemes , which is also platform specific.
> And possibly it will work slower because of IPC overhead.

They are not easier... but can be better for applications. That's the "default" 
behavior for mac and that's the reason why you usually don't have UI freezes 
while doing stuff (of course, not all applications -nor our vm, I changed it to 
single process-  works that way... because is harder to maintain)

best, 
Esteban


Reply via email to