logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: PHP Memcache 5.5.7 Win 64 Binary
Author
C0nw0nk



Joined: 07 Oct 2013
Posts: 241
Location: United Kingdom, London

PostPosted: Thu 09 Jan '14 2:55    Post subject: PHP Memcache 5.5.7 Win 64 Binary Reply with quote

http://windows.php.net/downloads/pecl/releases/memcache/3.0.8/

http://www.apachelounge.com/viewtopic.php?t=5702

So regarding memcache where can i download the latest stable binary 64bit for windows.

I keep getting redirected to this site but its not for windows http://memcached.org/

Is there a official windows memcache site to use ?

Seems so stupid windows php.net provide us with memcache but not the other half to the program XD
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7304
Location: Germany, Next to Hamburg

PostPosted: Thu 09 Jan '14 12:13    Post subject: Reply with quote

There are a few for that http://lmgtfy.com/?q=memcached%2Bserver%2Bwindows
Back to top
C0nw0nk



Joined: 07 Oct 2013
Posts: 241
Location: United Kingdom, London

PostPosted: Thu 09 Jan '14 12:18    Post subject: Reply with quote

The first one on the list is what i already tried and it is no good for a high traffic server lol.

http://zurmo.org/wiki/installing-memcache-on-windows
Back to top
gijs



Joined: 27 Apr 2012
Posts: 189
Location: The Netherlands

PostPosted: Thu 09 Jan '14 13:34    Post subject: Reply with quote

Interesting, are there any issues because it was ported to windows?

I'm considering using this for MySQL.
Is this a (better) alternative to PHP opcache or can we use both?
Back to top
C0nw0nk



Joined: 07 Oct 2013
Posts: 241
Location: United Kingdom, London

PostPosted: Thu 09 Jan '14 14:10    Post subject: Reply with quote

gijs wrote:
Interesting, are there any issues because it was ported to windows?

I'm considering using this for MySQL.
Is this a (better) alternative to PHP opcache or can we use both?


Well i only tested it with a high traffic joomla 2.5.x instal nothing crashed but my PHP processes did shoot up and i could no longer access the site because there was something like 1000+ php processes going due to memcache.

Perhaps someone should test it recommend a config or a setup for this.
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1250
Location: Amsterdam, NL, EU

PostPosted: Fri 10 Jan '14 23:39    Post subject: Reply with quote

Try this one:
http://s3.amazonaws.com/downloads.northscale.com/memcached-1.4.5-amd64.zip
Back to top
C0nw0nk



Joined: 07 Oct 2013
Posts: 241
Location: United Kingdom, London

PostPosted: Sun 12 Jan '14 13:30    Post subject: Reply with quote

Still no luck i will give up on using memcache with windows it was built for linux originaly and the fact that there is no official or anyone who officialy maintains a windows version just explains itself realy.
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1250
Location: Amsterdam, NL, EU

PostPosted: Sun 12 Jan '14 18:19    Post subject: Reply with quote

There is a memcached.exe in the free Win64 community server of Couchbase, that announces itself oddly enough as 2.0.1 macosx. That one is more or less officially supported, although I do not know if it has been tailored for the couchbase server.
Back to top
C0nw0nk



Joined: 07 Oct 2013
Posts: 241
Location: United Kingdom, London

PostPosted: Mon 13 Jan '14 13:46    Post subject: Reply with quote

Jan-E wrote:
There is a memcached.exe in the free Win64 community server of Couchbase, that announces itself oddly enough as 2.0.1 macosx. That one is more or less officially supported, although I do not know if it has been tailored for the couchbase server.


I will stick to wincache what other great caching methods are there for windows php other than wincache.

Opcache and APC are not compatible with wincache so you cant use them all at the same time unfortunately
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1250
Location: Amsterdam, NL, EU

PostPosted: Mon 13 Jan '14 14:05    Post subject: Reply with quote

At the time of the release of Wincache for PHP 5.5, the lead developer of Wincache suggested to use opcache for opcode caching and wincache voor user caches and the like. So in principle they should be compatible.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7304
Location: Germany, Next to Hamburg

PostPosted: Mon 13 Jan '14 16:53    Post subject: Reply with quote

I have used OPcache and Wincache together.
Back to top
C0nw0nk



Joined: 07 Oct 2013
Posts: 241
Location: United Kingdom, London

PostPosted: Mon 13 Jan '14 20:59    Post subject: Reply with quote

James Blond wrote:
I have used OPcache and Wincache together.


When ever i enable opcache with wincache it stops wincaches file cache ? I also disable opcache on wincache just to make sure zend opcache is used.

what is everyone elses config maybe its different to mine.
Back to top
C0nw0nk



Joined: 07 Oct 2013
Posts: 241
Location: United Kingdom, London

PostPosted: Wed 15 Jan '14 11:46    Post subject: Reply with quote

I would also like to add the fact that memcache does work but if you opertae in a Joomla 2.5+ enviorment it will not work as stated on there forums because you need memcached.dll not memcache.dll and it does not currently exsist for windows.

But joomla 1.5 it should work fine for.

http://stackoverflow.com/questions/12330155/memcache-slows-down-joomla-site

http://forum.joomla.org/viewtopic.php?f=616&t=746333
Back to top


Reply to topic   Topic: PHP Memcache 5.5.7 Win 64 Binary View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads