I mentioned earlier
that I was blogging a short series about the first set of mutli core
experiments I completed.
All the posts and
wrap up are now posted.
Feedback
welcome. Thanks!
Arden Thomas
Cincom
Smalltalk Product Manager
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Hi Arden, what happens in case of failures? I'd expect exceptions to be cleaned up and propagated to the corresponding Promise, but I'm not sure whether other kinds of failures have to be considered: Is it possible to have communication problems (broken pipes)? What about a VM crash of a drone? Are these somehow detected and propagated to all affected Promises, too? -Thorsten |-------------------------------------> | Arden Thomas | | <[hidden email]| | t> | | Gesendet von: | | [hidden email] | | | | | | 07.11.2008 20:22 | |-------------------------------------> >--------------------------------------------------------------------------------------------------------------------------------------------------| | | | | | An| | Arden Thomas <[hidden email]> | | Kopie| | | | Thema| | [vwnc] Mutli Core Experiments all posted | | | | | | | | | | | >--------------------------------------------------------------------------------------------------------------------------------------------------| I mentioned earlier that I was blogging a short series about the first set of mutli core experiments I completed. All the posts and wrap up are now posted. Feedback welcome. Thanks! Arden Thomas [hidden email] Cincom Smalltalk Product Manager _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
[hidden email] wrote:
> Hi Arden, > > what happens in case of failures? > > I'd expect exceptions to be cleaned up and propagated to the corresponding > Promise, but I'm not sure whether other kinds of failures have to be > considered: Is it possible to have communication problems (broken pipes)? > What about a VM crash of a drone? Are these somehow detected and propagated > to all affected Promises, too? > > additions on top of the facility myself and MK provided to him. Having said that, exceptions that happen in the drone do come back to the master and are reraised there. I'm not sure about robustness wrt to communications errors, they may be raised in a different green thread instead of the threads that are waiting for a response... I'd have to check, that's a useful test case. Cheers, Michael _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |