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

  • SEARCH
  • Home
  • 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 3402870
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T05:11:27+00:00 2026-05-18T05:11:27+00:00

Here is my situation. I have a server application designed for multiple users to

  • 0

Here is my situation. I have a server application designed for multiple users to use, so there are a lot of read/write operation a the same time. And the responses need to be FAST.

Currently I cached all the data in memory so the data reading/writing operation is as fast as we expected.To prevent the data lock from causing me problems I used Queue to line the users’ requests up, make them come into the handler process one by one.

But soon I found a problem. Program can only handle one request at one time. Even the program benchmark timer report me it used zero ms to process, but there’s still limits to handle requests in one second.Say now I handled about 100 times per second.

So I’m seeking for some methods more concurrent, like 8 processes to handle the 8 requests at the SAME TIME. That will be so nice. But there’s bigger problem with data sharing, I don’t wanna reinvent the wheel. So I checked the mongodb, redis and sqlite.

here’s my homework,Correct me if I was wrong,Thanks a lot

mongodb and redis are really fast as they stated ,but they used the same mechanism, they can handle one request one time, that’s not what I’m seeking for.

So the sqlite is pretty much more closer, multiple processes can open same db file at the same time and read, the pain is its write lock(I don’t how much better the new lock in sqlite3 works).

Here’s my question, is there solid and good solution for this scenario? If I separate write process in one, would it help?

thanks for any comment

  • 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-05-18T05:11:28+00:00Added an answer on May 18, 2026 at 5:11 am

    The solution with MongoDB is sharding. MongoDB sharding basically allows for you to throw more processors at the problem. More processors = more write threads.

    Each MongoDB instance only has one write thread. Sharding gives more instances and therefore allows for more writes.

    However, there is a bigger problem here. Disk throughput.

    I’ve had Mongo running over 1000 inserts / sec if the whole thing is in RAM. But most people use Mongo as a Database with an actual file backing. So if you’re using Mongo for really heavy writes you have to be prepared with disks that can accept that level of throughput.

    Again, the way around the disk throughput problem is sharding. Build out more shards and you’ll get less writes / disk and basically less locking all around.

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

Sidebar

Related Questions

Here is my situation: I have an application that use a configuration file. The
Here's the situation: We have some generic graphics code that we use for one
Here's the situation: I have a label's text set, immediately followed by a response.redirect()
Here is the situation: I have been called upon to work with InstallAnywhere 8,
Here's the situation: we have an Oracle database we need to connect to to
I have a very common situation here. And for years I haven't found if
Here's the situation. I have a webservice (C# 2.0), which consists of (mainly) a
Here is the situation. This small company I'm working with wants to have a
This is often situation, but here is latest example: Companies have various contact data
Here's a problem I keep running into: I have a lot of situations where

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.