Overview
Comment: | Changed servers to be run under system instead of nbfake to help batch tools detect that the process is still running (untested). |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.80 |
Files: | files | file ages | folders |
SHA1: |
4fe087efa3260c70f1547413bbcc556d |
User & Date: | matt on 2023-08-21 10:29:57 |
Other Links: | branch diff | manifest | tags |
Context
2023-08-21
| ||
17:15 | Default to tcp in dashboard. check-in: d8806806d5 user: matt tags: v1.80 | |
10:56 | changed version to v1.8017 check-in: b246d065c3 user: mmgraham tags: v1.80 | |
10:29 | Changed servers to be run under system instead of nbfake to help batch tools detect that the process is still running (untested). check-in: 4fe087efa3 user: matt tags: v1.80 | |
2023-08-10
| ||
17:28 | made stop-the-train remove .mtdb/*lock check-in: 64ea553046 user: mmgraham tags: v1.80, v1.8016 | |
Changes
Modified tcp-transportmod.scm from [fc5dddb25a] to [7db23f7cad].
︙ | |||
751 752 753 754 755 756 757 758 | 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 | + - + - - + - + + + + - - - - - + + + + + + | (thread-sleep! 1)) (else (if (not (file-exists? (conc areapath"/logs"))) (create-directory (conc areapath"/logs") #t)) (let* ((logfile (conc areapath "/logs/server-"dbfname"-"(current-process-id)".log")) ;; -" curr-pid "-" target-host ".log")) (cmdln (conc mtexe " -startdir "areapath " -server - ";; (or target-host "-") |
︙ |