To load: | (require (planet synx/exec:1:3)) |
Old style: | (require (planet "main.ss" ("synx" "exec.plt" 1 3))) |
Package description: | Replace the current process |
Downloads this week: | 0 |
Total downloads: | 126 |
Tickets: | 0 |
Open tickets: | 0 |
Primary files: | [no interface available] |
Current version |
PLaneT version | External version | Source | DLs | Docs | Req. PLT | Date added |
(1 3) | — | [browse] | 121 | [none] | [none] | 2010-05-21 |
To load: (require (planet synx/exec:1:3)) | ||||||
Available in repositories: 4.x | ||||||
ExecThis module allows you to replace the scheme process with another one, on any POSIX compatible computer. It disables the itimer to prevent the subsequent process from receiving spurious signals, and cleans up the PLT environment as best as possible (see with-exec) before calling it. Works For Me. YMMV. |
Old versions |
PLaneT version | External version | Source | DLs | Docs | Req. PLT | Date added |
(1 2) | — | [browse] | 2 | [none] | [none] | 2009-11-11 |
To load: (require (planet "main.ss" ("synx" "exec.plt" 1 (= 2)))) | ||||||
Available in repositories: 4.x | ||||||
ExecThis module allows you to replace the scheme process with another one, on any POSIX compatible computer. It disables the itimer to prevent the subsequent process from receiving spurious signals, and cleans up the PLT environment as best as possible (see with-exec) before calling it. Works For Me. YMMV. | ||||||
(1 1) | — | [browse] | 3 | [none] | [none] | 2009-11-11 |
To load: (require (planet "main.ss" ("synx" "exec.plt" 1 (= 1)))) | ||||||
Available in repositories: 4.x | ||||||
ExecThis module allows you to replace the scheme process with another one, on any POSIX compatible computer. It disables the itimer to prevent the subsequent process from receiving spurious signals, and cleans up the PLT environment as best as possible (see with-exec) before calling it. Works For Me. YMMV. | ||||||
(1 0) | — | [browse] | 0 | [none] | [none] | 2009-11-11 |
To load: (require (planet "main.ss" ("synx" "exec.plt" 1 (= 0)))) | ||||||
Available in repositories: 4.x | ||||||
ExecThis module allows you to replace the scheme process with another one, on any POSIX compatible computer. It disables the itimer to prevent the subsequent process from receiving spurious signals, and cleans up the PLT environment as best as possible (see with-exec) before calling it. Works For Me. YMMV. |