Subversion Repositories qbpwcf-lib(archive)

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
670 743 d 8 h liveuser /trunk/ -- Power by QBPWCF

'update readme file'
 
668 748 d 11 h liveuser /trunk/ -- Power by QBPWCF

'增加 install.php 檔案的 whiteIp 參數,指定永遠不會被 usr/lib/etc/systemd/ststem/ip-blockerd.service 封鎖的 ip. [devel]'

'新增 usr/bin/unixDoaminSockServer.php 檔案,用於簡單建立 unix domain server. [devel]'

'新增 sample/sock::runWithAutoAddMemoryDaemon.php 檔案,用於展示 sock::runWithAutoAddMemoryDaemon. [devel]'

'新增 sock.php 檔案的 sock 類別的 addOnProcessFuncForUnixDomainSockServerInRunWithAutoAddMemoryDaemon 函式提供給 sock::runWithAutoAddMemoryDaemon 中 unixDomainSockServer 函式的 addOnProcessFunc 參數 [devel]'

'新增 sock.php 檔案的 sock 類別的 runWithAutoAddMemoryDaemon 函式提供執行時依照需要增加記憶體上限的功能. [devel]'

'新增 config.php 檔案的 config 類別的 autoAddMemory 函式提供依照需要增加記憶體上限的功能. [devel]'

'修正 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的遇到執行 addOnProcessFunc 參數指定的函式時,出錯會導致 unixDomainSockClient 函式卡死的問題 [devel]'

'增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的回傳結果 serverCache 中的 clientSide["addOnProcessFunc"][$addOnProcessFunc] 用來儲存 $addOnProcessFunc 函式回傳的結果. [devel]'

'增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的回傳結果 serverCache 中的 "exit" 元素,用來代表是正常結束. [devel]'