Log of /trunk/net/net/src/TApplicationRemote.cxx
Parent Directory
Revision
41837 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 9 16:04:19 2011 UTC (3 years, 2 months ago) by
rdm
File length: 32828 byte(s)
Diff to
previous 36116
From Filimon Roukoutakis and me:
Full port to AIX 7.1 and xlC Version: 09.00.0000.0017.
This port is complete (./configure --all; make) works (minus some minor
plugins that were not installed). The tutorials/benchmarks.C and test/* works.
For the list of linux-tool packages that need to be installed see:
http://root.cern.ch/drupal/content/build-prerequisites.
Port made on hardware kindly donated by IBM.
Revision
34557 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 22 15:12:01 2010 UTC (4 years, 6 months ago) by
rdm
File length: 32804 byte(s)
Diff to
previous 23091
fix cases in ROOT code where we would truncate the TTime (to avoid the
new error messages in TTime operator long on 32-bit platforms).
Revision
23091 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 9 15:04:27 2008 UTC (6 years, 9 months ago) by
rdm
File length: 32850 byte(s)
Copied from:
trunk/net/src/TApplicationRemote.cxx revision 23090
Diff to
previous 21330
moving the follwing directories to "net":
alien, auth, glite, globusauth, krb5auth, ldap, monalisa, net, netx,
rootd, rpdutils, srputils, xrootd
Revision
21330 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 12 10:15:51 2007 UTC (7 years, 1 month ago) by
rdm
Original Path:
trunk/net/src/TApplicationRemote.cxx
File length: 32850 byte(s)
Diff to
previous 20882
Add extensive help to the .R command. Type .R -? or -h or --help to get
a detailed description of the options. Also support for sourced scripts
is added, as well as the old behaviour to execute a custom roots script,
to for example start in a special mode or special binary. To source a
script before starting roots do:
.R lxplus <go
to execute your own roots like script do:
.R lxplus myroots
Revision
18803 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed May 16 11:14:35 2007 UTC (7 years, 8 months ago) by
brun
Original Path:
trunk/net/src/TApplicationRemote.cxx
File length: 29873 byte(s)
Diff to
previous 18793
From Gerri:
TApplication.h
- Define BIT(15) as kProcessRemotely to control remote execution.
The definition is public so that it can be set by any application that
wants something to be processed on the current remote session, e.g.
gApplication->SetBit(TApplication::kProcessRemotely);
gROOT->ProcessLine(...).
The new bit replaces both bit kTerminalInput and the boolean fProcessingLine.
TApplication.cxx, TRint.cxx, TApplicationRemote.cxx
- Cope with the change in TApplication.h
Revision
18793 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue May 15 12:49:41 2007 UTC (7 years, 8 months ago) by
rdm
Original Path:
trunk/net/src/TApplicationRemote.cxx
File length: 30051 byte(s)
Diff to
previous 18771
several fixes in the ssh tunnnel command:
- force IPv4 addresssing, on Mac OS X IPv6 is default.
- ssh commmand to execute is now:
"$SHELL -l -c 'roots ... '"
this uses the users default shell on the remote machine
and forces the sourcing of the login script, e.g. .bash_profile
before executing roots. Hence if the user does correctly setup
ROOTSYS and PATH in the login script roots will be found.
Revision
18771 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon May 14 13:27:17 2007 UTC (7 years, 8 months ago) by
brun
Original Path:
trunk/net/src/TApplicationRemote.cxx
File length: 30054 byte(s)
Diff to
previous 18729
From Gerri:
net/inc/RRemoteProtocol.h, net/inc/TApplicationRemote.h, net/src/TApplicationRemote.cxx
- For processing request requiring a file (lines starting by .x, .X, .L, .U) do not search
locally for the file; send it over only if the server asks for it.
- Fix coding conventions
net/inc/TApplicationServer.h, net/src/TApplicationServer.cxx
- If a file needed to satisfy the processing request (lines starting by .x, .X, .L, .U)
is not found in the standard paths, ask the client to send it over.
- Execute rootlogon(s) at remote login
- Send back only new canvases
- In debug mode, do not Delete the log file
Revision
18722 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Thu May 10 16:01:32 2007 UTC (7 years, 8 months ago) by
brun
Original Path:
trunk/net/src/TApplicationRemote.cxx
File length: 28766 byte(s)
From Gerri:
- New files to implement the very first version of the client-server model for remote execution.
This version allows to start remote sessions and execute macros displaying the result locally.
Optmized TPad/TCanvas updating is not yet implemented.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.