Changes between Initial Version and Version 1 of Ticket #1283


Ignore:
Timestamp:
2011-01-02T18:52:42Z (13 years ago)
Author:
davidsarah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1283 – Description

    initial v1  
    1 The Windows GUI app (to be removed by #1282) supported running a Tahoe node as a service. Currently, {{{tahoe start}}} does the same thing as {{{tahoe run}}} on Windows, but it would be better for it to run a service. [source:windows/tahoesvc.py] (or [source:src/allmydata/windows/tahoesvc.py] as it will be after #1282) has some of the code needed, although it currently depends on the Tahoe process being an executable file created by {{{py2exe}}}.
     1The Windows GUI app (removed by #1282) supported running a Tahoe node as a service. Currently, {{{tahoe start}}} does the same thing as {{{tahoe run}}} on Windows, but it would be better for it to run a service. [source:src/allmydata/windows/tahoesvc.py] has some of the code needed, although it currently depends on the Tahoe process being an executable file created by {{{py2exe}}}.
    22
    33This should be implemented in a way that does not preclude running more than one node with different base directories.