看板
[ Ruby ]
討論串[問題] thread + socket?
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
環境:. Ruby 1.8.6. 呃呃,其實我沒真的寫過 multi-thread 的程式,. 也沒真的寫過 socket 的程式﹍. 所以到底會出什麼問題,我還真的是一點也不知道 :o. 現在的狀況是,我有一個 server class,. 他會產生 thread 去處理 client 的 req
(還有464個字)
內容預覽:
後來的解決辦法就是回到 mutex. require 'thread'. class Server. def initialize. @mutex = Mutex.new. # ... rest of codes. end. def alive?. @mutex.synchronize{. @ali
(還有134個字)
首頁
上一頁
1
下一頁
尾頁