[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
RISC: t:fileuploadbuttonasynchronous parameter for slice size  XML
Forum Index -> Development
Author Message
amischler

Power User

Joined: 12/03/2015 13:53:14
Messages: 87
Offline

Hi Björn

We did a file upload performance test (file was a 9.7 MB PDF):
- Casabac 4 sec.
- Swing 6 sec.
- RISC 20 sec.

The RISC client needs much more time to upload the file than the other clients, because he splits the file in 97 pices (100kB per slice) and performs 97 requests to the server. To reduce the upload time of the file, we have to be able to specify the slice size with a new parameter "sliceSize". So we are able to fine tune and optimize the slice size depending on our WES configurations.

Can you provide this new Parameter "sliceSize", please?

Regards, Adrian
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
Offline

Hi Adrian,

as reaction we first increased the slicing internally from 100.000 to 300.000. This should give you a significantly better performance - and this is still below the max-post-size that is by default configured in Tomcat as 1MB. And it's still quite fine-granular because the slice size is also the feed back that is given to the progress bar of teh file upload dialog.

We could of course also have a parameter "slice-size", but this is a parameter which needs to be explained etc. etc. So setting a healthy standard is the way to go from our's perpsective.

Increase is part of next update or direclty on request. Just tell us...

Thanks for your input + Regards! Björn

Björn Müller, CaptainCasa GmbH
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
Offline

...part of 20180626_INT... - Björn

Björn Müller, CaptainCasa GmbH
amischler

Power User

Joined: 12/03/2015 13:53:14
Messages: 87
Offline

CaptainCasa wrote:
Hi Adrian,

We could of course also have a parameter "slice-size", but this is a parameter which needs to be explained etc. etc. So setting a healthy standard is the way to go from our's perpsective.

Increase is part of next update or direclty on request. Just tell us...

Thanks for your input + Regards! Björn 


Hi Björn

Thanks for your approach, but it does't fit our needs.

In our case the configuration of tomcat and WES is in our hands. At the moment we use a WES request limit of 20 MB. Further more in some cases the user uploads up to 60 photos and other digital documents. The upload should be fast as possible.

Of course, not every company has a WES request limit of 20 MB and in some cases the default is enough.

But in our case we have to be able to specify the slice size with a new parameter "sliceSize". So we are able to fine tune and optimize the slice size depending on our WES configurations.

Can you provide this new Parameter "sliceSize", please?

Regards, Adrian
amischler

Power User

Joined: 12/03/2015 13:53:14
Messages: 87
Offline

amischler wrote:


Can you provide this new Parameter "sliceSize", please?
 


Hi Björn

We need this new parameter "sliceSize" to speed up our uploads. What's the status on this issue?

Regards, Adrian
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
Offline

Hi Adrian,

>> So setting a healthy standard is the way to go from our's perpsective.

additional functions need to be arranged individually.

Regards, Björn

Björn Müller, CaptainCasa GmbH
amischler

Power User

Joined: 12/03/2015 13:53:14
Messages: 87
Offline

CaptainCasa wrote:

additional functions need to be arranged individually.
 


It means we have to pay for, right?

Regards, Adrian
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
Offline

...yes, sometimes we have to end "special wishes" discussions in this way! ;-)

Regards, Björn

Björn Müller, CaptainCasa GmbH
amischler

Power User

Joined: 12/03/2015 13:53:14
Messages: 87
Offline

CaptainCasa wrote:
...yes, sometimes we have to end "special wishes" discussions in this way! ;-)
 


Money is no problem

I know that's what you want to hear.
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team