Coder Social home page Coder Social logo

Comments (2)

ChristopherRabotin avatar ChristopherRabotin commented on August 15, 2024

The lock is a very good idea. You've also probably hit the nail on the head
with an issue we had at Sparrho for a bit related to indexing very large
chunks of content. It would take a long while. We never got the time to
investigate the issue.

Concerning the timer, how would you do that?

On Sun, Dec 20, 2015, 22:24 Di Wu [email protected] wrote:

The concept of the buffer is to optimize indexing performance by utilizing
bulk operations, but there's no guarantee that the buffer gets flushed in a
timely fashion.

I think it should be necessary to use a timer with a configurable flush
interval to make sure that things don't stay in the buffer indefinitely.

Another thing I noticed is that the buffer size check, bulk updating, and
buffer emptying code isn't thread safe, if we have Django running with
Gunicorn thread worker, then we have race condition.

There should be a Lock used to prevent any race conditions


Reply to this email directly or view it on GitHub
#139.

from bungiesearch.

diwu1989 avatar diwu1989 commented on August 15, 2024

I think I'll submit another PR to try to deal with the flush issue and then there should be enough bugs fixed to qualify for a new release

from bungiesearch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.