Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ThomasMaul/Example_System_workers
this is a very simple example comparing LEP<->Systemworker
https://github.com/ThomasMaul/Example_System_workers
4d-code 4d-example
Last synced: 2 months ago
JSON representation
this is a very simple example comparing LEP<->Systemworker
- Host: GitHub
- URL: https://github.com/ThomasMaul/Example_System_workers
- Owner: ThomasMaul
- Created: 2022-04-28T09:39:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T09:46:47.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T20:03:01.059Z (6 months ago)
- Topics: 4d-code, 4d-example
- Language: 4D
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
- awesome-4d - Differences between LAUNCH EXTERNAL PROCESS and system workers
README
This is a very simple example showing differences between LAUNCH EXTERNAL PROCESS and system workers.
For launching an application both a very similar, but for console Communication system workers opens new possibilities, such as setting the text encoding or doing async execution.