-
- Downloads
Server changes:
- for each VM and template function, indicates whether the function is "concurrency-safe" (that is: whether the function can be called concurrently by multiple threads and still behave correctly) - simplified many portions of the codebase (notable vm.go and vms.go) - went through the whole template and VM code and updated it to ensure there are no concurrency bugs (well, as best as I could) - documented missing parts of the codebase - fixed a few bugs in the way DiskBusy was handled in VM/template code - bumped version to 1.8.5
Showing
- src/server/router/routerTemplates.go 1 addition, 1 deletionsrc/server/router/routerTemplates.go
- src/server/router/routerVMs.go 4 additions, 6 deletionssrc/server/router/routerVMs.go
- src/server/users/users.go 4 additions, 6 deletionssrc/server/users/users.go
- src/server/version/version.go 1 addition, 1 deletionsrc/server/version/version.go
- src/server/vms/template.go 29 additions, 9 deletionssrc/server/vms/template.go
- src/server/vms/templates.go 23 additions, 7 deletionssrc/server/vms/templates.go
- src/server/vms/vm.go 49 additions, 193 deletionssrc/server/vms/vm.go
- src/server/vms/vms.go 234 additions, 66 deletionssrc/server/vms/vms.go
Loading
Please register or sign in to comment