mochi-hpc/mobject

connect and poll functions needed

Closed this issue · 5 comments

In GitLab by @roblatham00 on Nov 2, 2017, 14:03

I'm not sure what this means. Shane said "i'll do it"

In GitLab by @shanedsnyder on Nov 9, 2017, 16:53

I think this was meant for finalizing all of the functions for working with a mobject cluster (mobject_store_create, mobject_store_connect, mobject_store_shutdown), mobject pools (mobject_store_pool_create, mobject_store_pool_delete), and mobject I/O contexts (mobject_store_ioctx_create, mobject_store_ioctx_destroy).

Note: The pool create/delete functions are essentially noops since we are using a single global pool for now. If/when that changes, we'll have to tweak our I/O context implementation, since an I/O context is essentially a data structure for managing I/O to a given pool.

In GitLab by @shanedsnyder on Nov 9, 2017, 16:53

closed

In GitLab by @shanedsnyder on Nov 9, 2017, 16:53

reopened

In GitLab by @shanedsnyder on Nov 9, 2017, 16:54

At any rate, this should all be taken care of now. All of these functions are currently located in src/client/cluster.c.

In GitLab by @shanedsnyder on Nov 9, 2017, 16:54

closed