Code Monkey home page Code Monkey logo

Comments (1)

fazalmajid avatar fazalmajid commented on May 24, 2024

2006-Mar-11 08:58:16 by majid:

That's odd. Right off the bat, there are two things that could cause this to happen:
1: the database is locked for writing by another process
2: some uncaught exception is causing the polling thread to die

  1. is fairly easy to verify: flag an article with the thumbs-up or thumbs down icon and check if it still reappears in the view. If yes, that means writes are not getting through, and you can use "lsof" on the database file to see what other process has it open.

  2. is trickier: you can download and compile my threadframe module:
    http://www.majid.info/mylos/stories/2004/06/10/threadframe.html

Once you install it (e.g. by copying it into the temboz directory), you can produce the list of threads in temboz by loading /threads instead of /view. Thread 1 should be the one that accepts connections, thread 2 the one that handles the periodic updates.

Otherwise, set the debug flag, bring the polling interval down to 60 seconds or so, run temboz with standard output and standard error redirected to a log file, and search for a backtrace there. There isn't any privacy-threatening information there apart from the list of feeds you read, so you can email it to me if you can't interpret it.

What OS are you running Temboz on?


2008-Apr-13 15:43:33 by majid:

Closing due to lack of further information in 2 years.

from temboz.

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.