PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, November 12, 2022

[FIXED] How to use memcached on Win32?

 November 12, 2022     java, memcached     No comments   

Issue

I am using Win32 memcached from http://labs.northscale.com/memcached-packages/ And there is a DLL file within the package.

Now I am trying to write my Java project to use memcached. Somebody suggested Java -> JNI -> Custom DLL -> standard DLL call -> 3rd Party DLL in order to use the API.

What is the solution?


Solution

You run Memcached as a separate program, possibly as a service, and you connect to it through TCP/IP. That's how it works on other platforms too.

You don not load Memcached as a DLL.



Answered By - bart
Answer Checked By - Senaida (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing