- Jul 12, 2008
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24797 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24796 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24795 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24794 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24793 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
When propagating unsolicited messages, add the possibility to use the message stream ID to directly locate the logical connection, instead of scanning all the vector; for PROOF this allows to save several useless subcalls. After this change you need to do 'make distclean-xrootd' to pick-up the correct version of XrdClientConnMgr.hh . git-svn-id: http://root.cern.ch/svn/root/trunk@24792 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24791 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24790 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24789 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
XrdProofdProofServMgr - perform a quick active session check after each client disconnection (instead of each 5 secs): in this ways sessions are scheduled for termination right away - optimize the way SetProofServEnv access the XrdProofdProofServ object, removing the need for one lock of the client instance - call XrdProofdProofServ::GenNClients() in verify mode, so that the number of really connected clienst is returned: this avoids having sessions around for longer than strictly needed. - improve some debug statements XrdProofdProofServ - Add possibility to verify the client validity in GetNClients git-svn-id: http://root.cern.ch/svn/root/trunk@24788 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24787 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 11, 2008
-
-
Gerardo Ganis authored
Fix a problem causing the whole query to stop even in the case a worker was terminated gently with SIGTERM. git-svn-id: http://root.cern.ch/svn/root/trunk@24784 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24783 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24780 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 10, 2008
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24779 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24778 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
in TInetAddress by the address in dot notation. This avoids all kind of ugly tests on "UnNamedHost" in user code, and more importantly this test was not always done resulting in failed connections to a host "UnNamedHost" which does not exist. git-svn-id: http://root.cern.ch/svn/root/trunk@24777 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24776 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24775 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24774 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24773 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24772 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24771 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24770 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24769 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24768 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24767 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
TProofServ: Terminate the master session if, as the result of the query, all workers are gone. The session is anyhow unusable and in this way we avoid attaching again to it. TProof: Disable the buttons on the progress dialog after a kPROOF_FATAL git-svn-id: http://root.cern.ch/svn/root/trunk@24766 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24765 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
Make sure that messages are always processed. In the case a de-activated worker was removed during collection, associated messages were not processed, screwing up the overall synchronization git-svn-id: http://root.cern.ch/svn/root/trunk@24764 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24763 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24762 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24761 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24760 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24759 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24758 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24756 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24755 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 09, 2008
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24754 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
Contrary to popular opinion G__platformSetup is not called by G__init_globals, so re-add it explicitly (see revision 24556) git-svn-id: http://root.cern.ch/svn/root/trunk@24753 27541ba8-7e3a-0410-8455-c3a389f83636
-