Changeset 702 for trunk/examples


Ignore:
Timestamp:
May 4, 2007, 5:22:57 PM (17 years ago)
Author:
mmc
Message:
  • Added Rappture::daemon function so that any process can be forked and run as a daemon process in the background. This was needed for the middleware filexfer server.
  • Fixed download for binary data stored in <string> results.
  • Fixed "binary" example in the zoo. You can now upload a tarball, run the simulation, and download the same tarball.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/zoo/binary/tardir.tcl

    r686 r702  
    2727$driver put output.string(dir).current $dir
    2828
     29$driver put output.string(tarball).about.label "Original Tar File"
     30$driver put output.string(tarball).current $data
     31$driver put output.string(tarball).filetype ".tgz"
     32
    2933# save the updated XML describing the run...
    3034Rappture::result $driver
Note: See TracChangeset for help on using the changeset viewer.