[Bug 13193] Make Memcached usage fork safe
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #38 from David Cook <dcook@prosentient.com.au> --- The protocol for memcached actually looks super straightforward: https://github.com/memcached/memcached/blob/master/doc/protocol.txt So we could probably mock a server easily enough. I took a little look using netcat but the client seemed to time out super quickly, although the client looks configurable in that respect. netcat -l localhost -p 50000 -vv Listening on [localhost] (family 0, port 50000) Connection from localhost 37910 received! add ckey 0 0 4 cent -- But mocking the server we could introduce other problems. I'm going to have some lunch in any case (at 3pm...) -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org