Code Monkey home page Code Monkey logo

Comments (9)

FSX avatar FSX commented on May 28, 2024

There's not enough information for me to say what could be wrong. I only see that no connection can be made. Are you sure your PostgreSQL server is running and that the database host, post, username and password are correct?

from momoko.

rusfearuth avatar rusfearuth commented on May 28, 2024

Okay,
Here is some information about database server:

  • PostgreSQL 8.4.13 (i386 build)
  • OS Debian/GNU Linux

Web server (x86_64)

  • python 2.7
  • momoko 0.5
  • tornado 2.4.1

from momoko.

rusfearuth avatar rusfearuth commented on May 28, 2024

Hmm... I see on interesting thing...
When I use on single-process server, I won't get this error

server = HTTPServer(app, on_keep_alive=True, xheaders=True)
server.bind(8888)
server.start()
IOLoop.instance().start()

...
or
...

server = HTTPServer(app, on_keep_alive=True, xheaders=True)
server.listing(8888)
IOLoop.instance().start()

When I use multi-process server, I will get this message.

I hope that will help you

from momoko.

FSX avatar FSX commented on May 28, 2024

Thanks. Going to see if I can find a solution.

On Thu, Jan 24, 2013 at 4:01 PM, Alexander [email protected] wrote:

Hmm... I see on interesting thing...
When I use on single-process server, I won't get this error

server = HTTPServer(app, on_keep_alive=True, xheaders=True)server.bind(8888)server.start()IOLoop.instance().start()
...or...
server = HTTPServer(app, on_keep_alive=True, xheaders=True)server.listing(8888)IOLoop.instance().start()

When I use multi-process server, I will get this message.

I hope that will help you


Reply to this email directly or view it on GitHubhttps://github.com//issues/40#issuecomment-12654743.

from momoko.

rusfearuth avatar rusfearuth commented on May 28, 2024

NP. You're welcome.
I'm realy interested in your solution =)

from momoko.

FSX avatar FSX commented on May 28, 2024

Everything seems to be working here. Even when I let the HTTP server spawn multiple processes.

from momoko.

rusfearuth avatar rusfearuth commented on May 28, 2024

I analyzed configs postgresql and find that max_connection was overloaded when I runned tornado in multi-processing mode. After, I increased max connection number problem has gone.

Sorry...

from momoko.

FSX avatar FSX commented on May 28, 2024

Hmm, ok. There should be a proper warning when this happens. I'll take that in account for 1.0.0. Thanks!

from momoko.

rusfearuth avatar rusfearuth commented on May 28, 2024

You're welcome. I look forward for a new version =)
Thanks for work =)

from momoko.

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.