Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9176459
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T17:06:47+00:00 2026-06-17T17:06:47+00:00

I need to store data between different users (thus different sessions) into RAM to

  • 0

I need to store data between different users (thus different sessions) into RAM to speed up web application written in PHP (database and filesystem are not an option).

I have been googling for couple of days, without any luck. I heard about memcached and apc but I don’t really know if they are suitable for me or how to even use it.

I also need this data structure to be thread-safe (not to have race conditions and data inconsistency).

Use case:
I have a static factory function getById($id) which returns instance of a class. I need this function to check if instance exists first, and if it does, return it or otherwise create new one populating with data from database.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T17:06:48+00:00Added an answer on June 17, 2026 at 5:06 pm

    Memcached is and distribute cache, the data cached on memcached is on the remote server, and Memcached provide CAS lock(optimistic lock), you can use it make your thread-safe application:

    1. $value = $memcached->get($key, NULL, $cas);
    2. business process;
    3. $ret = $memcached->cas($cas, $key, $value, $exp);
    4. The “cas” method will “Returns TRUE on success or FALSE on failure. The Memcached::getResultCode() will return Memcached::RES_DATA_EXISTS if the item you are trying to store has been modified since you last fetched it.”

    however, APC is an local cache, it implement through share memory, is it thread-safe or not I don’t known

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need a way to store application-level data (i.e. cross user sessions) in ASP.NET.
I need to move math league data between two different systems, both written in
I am creating a windows phone application, which need to store some data in
I need to store a lot of data coming in from a server into
I am in need of a lightweight way to store dictionaries of data into
I need to recv() data from a socket and store it into a buffer,
I need to store/write information on different and multiple data support in my program
I need to store data, the problem is that I only know the name
I'm writing a program in C# that will need to store a few Data
I want to store some data during my site viewing. Sometime i need to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.