Hi

I'm currently developing some bioinformatics tools and I want to make
them as web apps.

The thing is that user needs to input files that might be up to 4Gb
but usually the biggest is just about 250Mb.

There are two main use-cases:
1. Steaming the file and taking just some small parts of it to string
2. Reading the whole file and making object from each line in file

I would like to do all the file processing in client side, but I
understood that it is not yet possible using gwt?

If I keep the server local it is feasible to upload some 250mb files
and process them at the server side, but I have no success so far in
this, even with 10mb file.

So what would you suggest me to do? Besides dumping the web
application idea and making some java applet.

Roope



-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to