You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Maja Kabiljo (JIRA)" <ji...@apache.org> on 2013/02/06 04:51:13 UTC

[jira] [Created] (GIRAPH-504) Create ComputeContext

Maja Kabiljo created GIRAPH-504:
-----------------------------------

             Summary: Create ComputeContext
                 Key: GIRAPH-504
                 URL: https://issues.apache.org/jira/browse/GIRAPH-504
             Project: Giraph
          Issue Type: New Feature
            Reporter: Maja Kabiljo
            Assignee: Maja Kabiljo


Right now we have WorkerContext which is accessible from vertex.compute, but it's not thread safe - usually if we want to use it with multithreaded computation we have to use synchronization. Instead we can create a ComputeContext, which is going to have one instance per compute thread.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira