Changes between Version 7 and Version 8 of SoC2010


Ignore:
Timestamp:
Mar 8, 2010, 2:18:01 PM (13 years ago)
Author:
bschaeling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoC2010

    v7 v8  
    3232As far as I remember some problems are:
    3333
    34 * As platforms are very different when it comes to supporting higher level features it's not entirely clear how the architecture should look like (there have been different implementations in the past).
    35 * Some parts of the library could become libraries of their own or even be moved to other libraries like Boost.Interprocess (eg. pipes).
    36 * Supporting asynchronous I/O works already but doesn't really follow Boost.Asio patterns.
    37 * Unit tests are different than in other libraries (as processes have to be created) and have to be improved.
     34  * As platforms are very different when it comes to supporting higher level features it's not entirely clear how the architecture should look like (there have been different implementations in the past).
     35  * Some parts of the library could become libraries of their own or even be moved to other libraries like Boost.Interprocess (eg. pipes).
     36  * Supporting asynchronous I/O works already but doesn't really follow Boost.Asio patterns.
     37  * Unit tests are different than in other libraries (as processes have to be created) and have to be improved.
    3838
    3939The goal would be to finish the library after 4 years that it can finally be reviewed. ;)