Skip to content

Real Time Updates #15

Description

@jardev

process_transactions actually implements the 'pull'-way to synchronize transactions between Ripple network and the database. Thus we have to run this command periodically (e.g. by cron). It's inefficient, resource-intensive, slow for response. The end user should never wait even for a minute or two if a transaction has been already completed. Definitely there should be a way to update data on the fly, using some kind of a 'push'. I assume the Ripple client does exactly the same. Maybe also take a look at https://github.com/ripple/gatewayd

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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