threadpool_mservice

module
v0.0.0-...-018b964 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2021 License: MIT

README

threadpool_mservice

Thread pooling and microservices practice project

Cloning

You can "git clone" my repo with (Entire repository):

"git clone https://github.com/TRedzepagic/threadpool_mservice.git"

Info

This is a thread pool - like implementation in Go. We have a queue of tasks and workers/threads/goroutines vying for them (the threads wait for tasks). Currently the program supports multiple workers/threads/goroutines working on a single queue of tasks. The program pings specified hosts, and if the hosts do not respond, it will send an e-mail. These tasks are separate and they all go into the aforementioned queue of tasks (FIFO).

Directories

Path Synopsis
internal
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL