Begin File: phtransport.tgz Description:photon utility for transporting a given photon application Keywords: photon tranport jumpgate example Version: Entered-date: April 21, 1998 Author: Ported-by: Original-site: QNX Copying-policy: free Supplemental: This archive will expand into a phtransport directory. The source code is a simple and short example of how to transport a photon application. Note that it does not transport itself (just call Phreattach() for that) but transports an application that you specify. From the command line you do run it as: phtransport -n//96/dev/photon -p2034 where 2034 is the process id of the photon application to transport or as: phtransport -n96 -r39 where 39 is the region id of an application region belonging to the application that you want to transport. Do 'use phtransport' to see what can be put on the command line. archive contents: -rw-rw-r-- 1 stevend techies 158 Apr 21 16:47 Makefile -rw-rw-r-- 1 stevend techies 3774 Apr 21 16:27 phtransport.c End