I recently submitted a support ticket regarding the fact that when trying to use a socket in order to enable caching via memcache you get an error. I was told that support for web sockets is not core functionality. I believe that this is a major oversight in the caching mechanism as sockets are pretty common. I tend to use them whenever I can when setting up a server. My PHP-FPM install uses a socket rather than server/port, memcache uses a socket and so on. Sockets are regarded as faster as the IP address/Port combination doesn't have to be resolved at all. They're also just way more simply to set up.
Please at least consider adding support for this. I was surprised to find it missing when it's been available in other software for a while (MyBB supports it for example - the software I've come here from and a free software...)
Support for web sockets when using an alternative caching software
Started by euantor, Jun 11 2012 06:45 AM
3 replies to this topic
#1
Posted 11 June 2012 - 06:45 AM
#2
Posted 27 June 2012 - 08:15 AM
No thoughts on this at all anybody? I'm really eager to get memcache working properly.
#3
Posted 27 June 2012 - 12:26 PM
Are you talking about unix domain sockets? They're prefered if available.
Web sockets is something completely different.
Web sockets is something completely different.
#4
Posted 27 June 2012 - 12:47 PM
I guess I am. I get mixed up with terminology sometimes
I know socket files are preferred to the traditional IP:port setup and that's why I always use them.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users










