Code Monkey home page Code Monkey logo

Comments (7)

blink1073 avatar blink1073 commented on July 19, 2024

Can you describe your set up a little more (OS, python environment, oct2py version)?
Are you creating a new Oct2Py object for each async task?

from oct2py.

gcapiel avatar gcapiel commented on July 19, 2024

OS: Debian 3.2.60-1+deb7u3
Python: Python 2.7.3
oct2py: Version: 2.4.0
celery: Version: 3.1.16

It hangs upon the first oct2py call, which is to set the path or any other call even on the first async task:

from oct2py import octave
octave.addpath(_OCTAVE_LIB_PATH)

from oct2py.

blink1073 avatar blink1073 commented on July 19, 2024

Hmm, are you able to post a relevant section of your code? I'm not familiar with celery or redis.

from oct2py.

gcapiel avatar gcapiel commented on July 19, 2024

I followed this tutorial, which is pretty good and you can just add the octave code in my prior post to the example:
http://michal.karzynski.pl/blog/2014/05/18/setting-up-an-asynchronous-task-queue-for-django-using-celery-redis/

from oct2py.

blink1073 avatar blink1073 commented on July 19, 2024

Yikes, I'm having trouble grokking celery. Would you mind changing your snippet to the one below and trying again? octave is an instance of the Oct2Py class, representing one Octave session, that cannot be shared over multiple tasks (or threads).

from oct2py import Oct2Py
oct = Oct2Py()
oct.addpath(_OCTAVE_LIB_PATH)

from oct2py.

gcapiel avatar gcapiel commented on July 19, 2024

Awesome, that fixed it. Thanks!

from oct2py.

blink1073 avatar blink1073 commented on July 19, 2024

Cheers, thanks for using oct2py!

from oct2py.

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.