update concurrent info
This commit is contained in:
parent
74f34de1ef
commit
24cdd36630
2 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@ newest from bottom to top
|
||||||
### Geliştirme Sürümü 0.0.1 (Dev-0.0.1-1)
|
### Geliştirme Sürümü 0.0.1 (Dev-0.0.1-1)
|
||||||
|
|
||||||
- plugin/resources: get memory usage
|
- plugin/resources: get memory usage
|
||||||
|
- main/pluginmanager: make loading and running plugins concurrent
|
||||||
|
|
||||||
#### Initial Development Tree:
|
#### Initial Development Tree:
|
||||||
- main executable file: ahenk-go/cmd/ahenk-go/
|
- main executable file: ahenk-go/cmd/ahenk-go/
|
||||||
|
|
|
@ -17,6 +17,7 @@ Yazılım geliştirme konusunda uzman olmadığımdan, go dilini daha önce kull
|
||||||
- Basit Syntax
|
- Basit Syntax
|
||||||
- Modul mantığı ve proje yapısı
|
- Modul mantığı ve proje yapısı
|
||||||
- Plugin mantığı
|
- Plugin mantığı
|
||||||
|
- Concurrency/goroutine mantığ˙í
|
||||||
- Linux Daemon
|
- Linux Daemon
|
||||||
- Daemon mantığı (forking)
|
- Daemon mantığı (forking)
|
||||||
- Iki farklı dilde daemon implementationu
|
- Iki farklı dilde daemon implementationu
|
||||||
|
@ -74,5 +75,6 @@ Yazılım geliştirme konusunda uzman olmadığımdan, go dilini daha önce kull
|
||||||
- Dökümantasyonları güncelledim
|
- Dökümantasyonları güncelledim
|
||||||
- Go Plugin yapısını implemente etmeye başladım
|
- Go Plugin yapısını implemente etmeye başladım
|
||||||
- Resource Usage plugin'ini kodladım
|
- Resource Usage plugin'ini kodladım
|
||||||
|
- Kodu concurrent bir şekilde tekrar düzenledim, goroutine kullanmaya başladım
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue