[ceph-users] radosgw and multithreaded fastcgi

2014-05-30 Thread Arthur Tumanyan
Hi all, It's interesting to know, how in radosgw implemented fastcgi multithreading . What method it uses? one thread per request or thread pools ? Thanks in advance! ___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi

[ceph-users] Various file lengths while uploading the same file

2014-05-19 Thread Arthur Tumanyan
Hi, I'm writing an fastcgi application, which just gets data from stdin and appends it to ceph. Please,have a look: while (0 != (written = fread(buffer, sizeof (char), sizeof buffer, stdin))) { if (written < 0) { logger("Error: %s\n", str