How do I tell a script to wait for a process to start accepting requests on a port?
46
votes
5
answers
58369
views
I need a command that will wait for a process to start accepting requests on a specific port.
Is there something in linux that does that?
while (checkAlive -host localhost -port 13000 == false)
do some waiting
...
Asked by Will
(603 rep)
Dec 31, 2010, 03:53 PM
Last activity: Jan 18, 2023, 12:30 AM
Last activity: Jan 18, 2023, 12:30 AM