Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/scscp/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 27.7.2025 mit Größe 631 B image not shown  

Quelle  parscscp.g   Sprache: unbekannt

 
###########################################################################
##
#W parscscp.g             The SCSCP package              Olexandr Konovalov
#W                                                             Steve Linton
##
###########################################################################

for i in [26133..26134] do
  Print("Trying port ", i, " ...\n");
  t:=PingSCSCPservice( "localhost", i );
  if t=fail then
    Exec( Concatenation( "./gapd.sh -p ", String(i) ) );
  else
    Print(" - already running!\n");
  fi;
od;  

###########################################################################
##
#E
##

[ Dauer der Verarbeitung: 0.19 Sekunden  (vorverarbeitet)  ]