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