Re: [Resteasy-users] Slow PUT request payload processing in client framework

2013-05-23 Thread Bill Burke
3, 2013 9:21 AM > *To:* resteasy-users@lists.sourceforge.net > *Subject:* Re: [Resteasy-users] Slow PUT request payload processing in > client framework > > Hello, > > I’ve now looked into this a bit deeper. The culprit is a loop that > copies data a single byte at a time fro

Re: [Resteasy-users] Slow PUT request payload processing in client framework

2013-05-23 Thread Gendler, Samuel
, May 23, 2013 9:21 AM To: resteasy-users@lists.sourceforge.net Subject: Re: [Resteasy-users] Slow PUT request payload processing in client framework Hello, I've now looked into this a bit deeper. The culprit is a loop that copies data a single byte at a time from the InputStr

Re: [Resteasy-users] Slow PUT request payload processing in client framework

2013-05-23 Thread Ruusu Reino
users@lists.sourceforge.net Subject: [Resteasy-users] Slow PUT request payload processing in client framework Hi, I'm a new person on this list, and I have encountered an issue with the RESTEasy Client Framework. While trying to transfer a 7.5 MB file over a simple PUT request using t

[Resteasy-users] Slow PUT request payload processing in client framework

2013-05-23 Thread Ruusu Reino
Hi, I'm a new person on this list, and I have encountered an issue with the RESTEasy Client Framework. While trying to transfer a 7.5 MB file over a simple PUT request using the client framework, the client freezes for minutes while very slowly building a temporary file, with 100% CPU utilizat