changed the receiver to use mmap and msync instead of fwrite each time, so no botteleneck after some frames as before

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@516 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2013-04-18 09:06:43 +00:00
parent 461a7029e7
commit fd80a8b628
2 changed files with 58 additions and 59 deletions

View File

@ -291,7 +291,7 @@ private:
/** short frames */
int shortFrame;
/** buffer size can be 1286*2 or 518 */
/** buffer size can be 1286*2 or 518 or 1286*40 */
int bufferSize;
/** number of packets per frame*/