Code Monkey home page Code Monkey logo

Comments (4)

cjheath avatar cjheath commented on July 30, 2024

On 04/06/2012, at 6:11 PM, Evgeny Neumerzhitskiy wrote:

I have not found a place where the file is closed in the code. If so - is it kept open deliberately?

Yes.

I am doing GeoIP.new("GeoIP.dat") on each page request in Rails. It opens the file but never closes on each page load, it will soon use all file descriptors in the system. Am I missing something?

It's preferable if you use a singleton. GeoIP is thread safe.

from geoip.

evgenyneu avatar evgenyneu commented on July 30, 2024

@cjheath, this is very convenient, thank you for explanation. I see you even have a multi-process support for sharing the db file descriptor. The io-extra is not mentioned in your gem dependencies. So I guess I need to install it on my Ubuntu server to make the inter-process sharing work. Is that correct?

from geoip.

cjheath avatar cjheath commented on July 30, 2024

I pulled Eric Wong's commit that added io-extra support without trying to understand it. You can review the commit here:
391001a

There should be a gem dependency (for Ubuntu platform only, I suppose, but I haven't researched how to add such a conditional dependency. If you do, I'd appreciate a pull request). Otherwise a documentation change is in order, to at least document the capability.

Also, there was a close method added at this commit, but I haven't done the git bisect to find when and why it was removed:
0b0dc63
If necessary, it can be added again.

from geoip.

evgenyneu avatar evgenyneu commented on July 30, 2024

Thank you. Adding a platform-specific gem dependency is explained here. I have never done it myself though.

Following your advice I decided to create single GeoIP object for each Rails process. Therefore I do not need the close method. And moreover, country lookup now works twice as fast, compared to the previous method of creating GeoIP for every web page request.

from geoip.

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.