diff --git a/dev/changelog.md b/dev/changelog.md index 38b5704..0691ffb 100644 --- a/dev/changelog.md +++ b/dev/changelog.md @@ -7,6 +7,7 @@ newest from bottom to top ### Geliştirme Sürümü 0.0.1 (Dev-0.0.1-1) - plugin/resources: get memory usage +- main/pluginmanager: make loading and running plugins concurrent #### Initial Development Tree: - main executable file: ahenk-go/cmd/ahenk-go/ diff --git a/dev/dev-notes/asandikci.md b/dev/dev-notes/asandikci.md index 62acd89..55020b2 100644 --- a/dev/dev-notes/asandikci.md +++ b/dev/dev-notes/asandikci.md @@ -17,6 +17,7 @@ Yazılım geliştirme konusunda uzman olmadığımdan, go dilini daha önce kull - Basit Syntax - Modul mantığı ve proje yapısı - Plugin mantığı + - Concurrency/goroutine mantığ˙í - Linux Daemon - Daemon mantığı (forking) - 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 - Go Plugin yapısını implemente etmeye başladım - Resource Usage plugin'ini kodladım +- Kodu concurrent bir şekilde tekrar düzenledim, goroutine kullanmaya başladım