python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
K8s jobs and pods differences as uses of host+subdomain
I have K8s used by Helm 3.
I need to access a k8s job while running in yaml file (created by helm).
The kubectl version:
Client Version: version.Info{Major:"1", Minor:"21",
GitV...
Eitan
Votes: 0
Answers: 1
How do I make my Python program check and wait for a txt file to be accessible?
Problem
I have third-party software that generates a text file and appends a new line to it after x seconds.
My program reads the data points live from the text file and displays values as a plot in M...
Nrmn
Votes: 0
Answers: 0
Fork() and Wait() with execvp() in C
I'm am trying to use the fork method to call a different program and wait until it completes,
I tried to check what is the problem and it seems that the wait function doesn't wait to the childReturns ...
1barmoshe1
Votes: 0
Answers: 3
How waitpid is better than wait when multiple SIGCHLDs are raised simultaneously?
In the book "Unix network programming, Volume 1" by Richard Stevens, in the section "Difference between wait vs waitpid", it says waitpid() should be used intead of wait(). I under...
Jayanth
Votes: 0
Answers: 1