Giter Club home page Giter Club logo

sharedmemory's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

sharedmemory's Issues

[BUG] Documentation has parameter "exist" which was removed.

The sample code has this, but it is no longer valid.

,exists=False)

Expected Behavior

Sample code should be correct and accurate.

Current Behavior

TypeError: SharedMemory.__init__() got an unexpected keyword argument 'exists'

Possible Solution

Steps to Reproduce

Try to run your example.

Context (Environment)

Detailed Description

Possible Implementation

Avoid crashing on successive calls of start or stop methods

Is your enhancement proposal related to a problem? Please describe.
When calling the stop or start methods for the client and the stop method for the server successively, this causes the script to crash.

Describe the solution you'd like
When these methods are called successively, the solution would be to simply inform the user that the system is already stopped or started.

Server availability is not updated

Is your enhancement proposal related to a problem? Please describe.
When calling the getAvailability method of the client just after the server is started, the availability of the server is always set to False.

Describe the solution you'd like
When this method is called, the solution would be to simply call the _checkServerAvailability before returning the availability status.

Dear author, hello! I tried your tool and it works very well. But I need it more in the field of deep learning. I don't know if you can add numpy-compatible functions. I would be very grateful!

Is your enhancement proposal related to a problem? Please describe.
A clear and concise description of what the problem is.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or graphics (drag-and-drop an image) about the feature request here.

Question:

The readme says:

Encapsulation of the python shared_memory library.

What is shared_memory? Is that referring to the multiprocessing moudle or something else?

Is it a port of Python3.8 SharedMemory to use with earlier versions of python?

Are there any example code you can put in the readme on how to use your SharedMemory?

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.