Skip to content

client side caching of element size #12

@richwolski

Description

@richwolski

When a woof is remote, the protocol uses two messages to access it (put or get). The first message gets the element size and the second performs the operation.

Currently there is a cache (based on woof name) to cache this value. The assumption is that it is used in clients that do not persist across subsequent calls to WooFCreate() that could change the element size.

One way to address this issue is to put in some kind of init function for remote access.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions