C language and shared memory -


how memory segment pointer copy file type pointer data. this

ptr pointer attach memory segment created. , fp file pointer .by using fp=fopen("file name",w+(mode));. , have write inside fp this.

fprintf(fp,"hello vishnu"); 

by using shared memory want send server end.

how possible this? how can take data @ server end?

to share memory between processes can use file mapping.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -