[Pvfs2-developers] Sanity check

Scott Atchley atchley at myri.com
Tue Dec 12 13:55:47 EST 2006


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


More information about the Pvfs2-developers mailing list