Re: UDP protocol

2018-03-20 Thread alireza sanaee
Hi, I have recently played with the UDP protocol in memcached and I realized that multipacket set requests in UDP protocol is not implemented!! I also read this thread and it just makes me sure that it is not implemented at all. Actually, I was wondering about the reasons for this issue?! why i

Re: UDP protocol

2018-03-20 Thread dormando
Hey, It's not supported because it's a lot more complicated to receive bulk UDP requests for the daemon. It was als never asked for; in the entire time I've been involved in the project I didn't even know the limit was there. In almost all cases these days TCP will do fine or better, especially f