Hi all,

I just want to confirm that when sending to a new server, the order of operations on the client is:

BMI_meth_method_addr_lookup()   /* returns new method_addr_p */
BMI_meth_post_recv()            /* using the new method_addr_p */
BMI_meth_post_sendunexpected()  /* using the new method_addr_p */

Primarily, I want to confirm that BMI_meth_method_addr_lookup() prior to both the recv and the sendunexpected.

On the server, I wait for new connection messages, then I create a new method_addr_p and register it using bmi_method_addr_reg_callback () as well as my own connection management structure. I then send my own ack to the client, which allows it to start sending messages.

Thanks,

Scott
_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to