Changes between Initial Version and Version 1 of WorkShop07/SimplifyApp


Ignore:
Timestamp:
Sep 7, 2007, 8:10:54 AM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkShop07/SimplifyApp

    v1 v1  
     1= Simplified application development =
     2
     3
     4Greg Becker has an application that is seperated from the boinc framework.... using
     5monte carlo simulation... they need more computing power ...
     6
     7Users get scared away by the master side programming, too complicated
     8
     9Kornafeld Adam:    BOINC should provide an example master app, which aggregates all master side
     10project specific functionality
     11
     12Figure out a a way to specify input without files, maybe JSON format ? Internaly BOINC still stores files,
     13but the application developer would not be aware ony of them
     14
     15Event based ? Master-side interface so interpreted languages can use it too? lightweight so it can reimplemented in any
     16language?
     17
     18Data (input file) transfer (master -> client) should be made transparent ? bindings for each language ?
     19
     20Cross-compiling ? Autobuilding  assimilator/client/validator ? signing ? self-signing project ?
     21cross-compiling should me avoided at all costs
     22
     23[ web form for scientists, where code can be copied in and gets compiled  ]