Re: [Cppcms-users] Upload large files
Brought to you by:
artyom-beilis
|
From: Shiv S. D. <shi...@gm...> - 2013-05-12 12:02:01
|
If I look closely near following there are differences. readv is not
happening but shutdown comes.
epoll_wait(8, {}, 128, 0) = 0
shutdown(11, 2 /* send and receive */) = 0
On Sun, May 12, 2013 at 5:29 PM, Shiv Shankar Dayal <
shi...@gm...> wrote:
> I will have to create a test situation to actually simulate that.
>
>
> writev(11, [{"\1\6\0\1\0\212\6\0", 8}, {"Content-Type:
> text/html\r\nStatus:"..
> ., 138}, {"\0\0\0\0\0\0", 6}], 3) = 152
>
> Value of status would have helped.
>
>
> On Sun, May 12, 2013 at 5:23 PM, Saikumar Gandapodi <sai...@gm...>wrote:
>
>> No clue what that resource would mean.
>> But if you notice the readv succeeds after that.
>> >>> readv(11, [{"\1\1\0\1\0\10\0\0\0\1\0\0\0\0\0\0\1\4\0\1\4N\0\0\1
>> 7\17SERVER"..., 16384}], 1) = 16384
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Cppcms-users mailing list
>> Cpp...@li...
>> https://lists.sourceforge.net/lists/listinfo/cppcms-users
>>
>
>
>
> --
> Best regards,
> Shiv Shankar Dayal
>
--
Best regards,
Shiv Shankar Dayal
|