Tagged Questions
The chunking tag has no wiki summary.
12
votes
5answers
6k views
Large File uploading to asp.net MVC
I need a way to upload large files (600 mb to 4 gb) in an asp.net mvc website.
Currently I am using swfupload; it works well enough, but it is a huge hit on the webserver because it sends it in one ...
11
votes
4answers
6k views
WCF Chunking / Streaming
I'm using WCF and want to upload a large file from the client to the server. I have investigated and decided to follow the chunking approach outlined at ...
9
votes
5answers
4k views
Transferring large payloads of data (Serialized Objects) using wsHttp in WCF with message security
I have a case where I need to transfer large amounts of serialized object graphs (via NetDataContractSerializer) using WCF using wsHttp. I'm using message security and would like to continue to do so. ...
5
votes
1answer
134 views
How to Migrate EML data in chuck to Google Apps Mail using Google API ver 2?
I am migrating EML mails to Google Apps.
When i try to Migrate a EML file with two attachment 2.1 MB and 1.96 MB.
It is throwing exception:
"The request was aborted: The request was canceled."
I am ...
5
votes
4answers
1k views
What is the best way to chop a string into chunks of a given length in Ruby?
I have been looking for an elegant and efficient way to chunk a string into substrings of a given length in Ruby.
So far, the best I could come up with is this:
def chunk(string, size)
...
5
votes
8answers
874 views
F# array_chunk for Sequence
I'm having some trouble making a sequence. Basically I need to chop a sequence into a sequence of arrays. Seq.windowed almost does it but I don't want duplicate elements.
I can get what I want by ...
4
votes
2answers
80 views
What does this statement mean?
When reading the Improving .NET Application Performance and Scalability I have bumped into this under "Improving Managed Code Performance/Garbage Collector Guidlines:
Avoid preallocating and chunking ...
4
votes
1answer
155 views
Are there any libraries or samples for non-duplex WCF chunking?
I'm looking for a way of implementing a file transfer service over HTTPS which uses chunking to cope with intermittent connectivity loss and to reduce the large timeouts required by using Streaming. ...
4
votes
3answers
310 views
How do I avoid Clojure's chunking behavior for lazy seqs that I want to short circuit?
I have a long, lazy sequence that I want to reduce and test lazily. As soon as two sequential elements are not = (or some other predicate) to each other, I want to stop consuming the list, which is ...
3
votes
2answers
236 views
File uploads; How to utilize “chunking”?
I am (still) attempting to upload large files <200mb via a html form using php.
During my research into this I have come across the term "chunking", I understand that this process can break the ...
3
votes
3answers
257 views
Python not returning all data when reading file chunk by chunk
I'm encrypting some files using python, but I'm having problems with reading the file chunk by chunk.
It's sometimes not returning all data of the last chunk.
When the file is 307200 bytes long, I ...
3
votes
2answers
110 views
Best turnkey relation detection library? [closed]
What is the best turnkey (ready to use, industrial-strength) relation detection library?
I have been playing around with NLTK and the results I get are not very satisfactory.
...
3
votes
1answer
305 views
Is WCF Chunking Ready For Production Use?
Does anyone know what the status of WCF Chunking? Is it good for production use? Does anyone have any experience using the new WCF Chunking Channel in production?
...
3
votes
2answers
1k views
Viewstate hidden field so big it makes everything crash
For some reason the viewstate of my application became gigantic (around 14 million characters). It adds around 1 minute of loading time. If the page finally loads (which is not often), the server ...
2
votes
1answer
375 views
For Google App Engine (java), how do I set and use chunk size in FetchOptions?
Im running a query and it is currently returning 1400 results and because of this I am getting the following warning in the log file:
com.google.appengine.api.datastore.QueryResultsSourceImpl
...
2
votes
3answers
939 views
Handling large SQL select queries / Read sql data in chunks
I'm using .Net 4.0 and SQL server 2008 R2.
I'm running a big SQL select query which returns millions of results and takes up a long time to fully run.
Does anyone know how can I read only some of ...
2
votes
2answers
962 views
What is the default chunker for NLTK toolkit in Python?
I am using their default POS tagging and default tokenization..and it seems sufficient. I'd like their default chunker too.
I am reading the NLTK toolkit book, but it does not seem like they have a ...
2
votes
2answers
4k views
WCF chunk data with stream
HI,
I neet to pass chunk data from WCF service to client. I have a table with 16 million records, and so, when the client requests data from that table i open a datareader to that table and serialize ...
1
vote
1answer
14 views
How do you force Axis2 to use HTTP 1.0 for a webservice call?
I'm having issues accessing a web service provided by a third party. Looking at the Axis2 wire trace I can see \r\n3ff8\r\n in the middle of my the XML tags coming back which is causing Axis2 to have ...
1
vote
2answers
155 views
Twisted Python: Max Packet Size? Flush socket?
I'm implementing a client-server solution based on Twisted for the server side and e.g. and Android phone for the client side.
Because the Andoird emulator takes no TCP Packets larger then 1500b (or ...
1
vote
2answers
192 views
Convert a Lazy ByteString to a strict ByteString
I have a function that takes a lazy ByteString, that I wish to have return lists of strict ByteStrings (the laziness should be transferred to the list type of the output).
import qualified ...
1
vote
1answer
113 views
NLTK Chunking and walking the results tree
I'm using NLTK RegexpParser to extract noungroups and verbgroups from tagged tokens.
How do I walk the resulting tree to find only the chunks that are NP or V groups?
from nltk.chunk import ...
1
vote
1answer
42 views
why does an iterable object have no length in Python?
I think I am constantly improving my previous question. Basically, I would need to chunk up a large text (csv) file to send pieces to a multiprocess.Pool. To do so, I think I need at iterable object ...
1
vote
1answer
108 views
Splitting music file into chunks
How would you go about splitting a music file (preferably mp3) into chunks?
I am using the SDL_mixer API. There may be some useful functions in there but I couldn't find any.
The purpose is to use ...
1
vote
1answer
432 views
HTTP Chunked Encoding. Need an example of 'Trailer' mentioned in SPEC
I am writing an HTTP parser for a transparent proxy. What is stumping me is the Trailer: mentioned in the specs for Transfer-Encoding: chunked. What does it look like?
Normally, a HTTP chunked ends ...
1
vote
0answers
445 views
The contract operation 'DownloadStream' requires Windows identity for automatic impersonation
I recently changed my binding configurations to allow impersonation in my WCF service. By implementing this, I was required to use a buffered TransferMode.Buffered as opposed to streamed. While this ...
1
vote
1answer
173 views
Best way to store a file on server, that is being uploaded by chunks?
Basically I'm looking for a best way to store partial uploads on server. Files are going to be uploaded chunk by chunk. Chunks may come in parallel and in arbitrary order. I will need to temporarily ...
1
vote
3answers
392 views
Process array in chunks using PHP
I'm getting about 500 rows back from a DB that my PHP script connects to and executes a query on. For each row returned, I display it in table format. Script works fine in Firefox, and ultimately ...
1
vote
1answer
1k views
How to calculate the optimum chunk size for uploading large files
Is there such a thing as an optimum chunk size for processing large files? I have an upload service (WCF) which is used to accept file uploads ranging from several hundred megabytes.
I've ...
1
vote
1answer
563 views
WCF chunking/streaming - make it transparent for client
While developing WCF service i've faced problem of transferring large data as method params (> 4 Mb of raw size, not considering transfer/message overhead).
The solution for this problem is to use ...
0
votes
0answers
22 views
How to view value of chunks of chunked HTTP response
Is it possible to view value of chunks of chunked HTTP response?
0
votes
0answers
38 views
Strategies for transferring large data sets over http
I'm sorry if this is too long. I've reduced it as much as I could while trying to provide a complete scenario of the problem at once.
The Problem:
I have a situation in which users will request a ...
0
votes
0answers
53 views
Docbook: ToC not generated in chunked html for a set of books
I'm writing some books in Docbook 5.0. I'm including them in a set as follows:
<?xml version="1.0" encoding="UTF-8"?>
<set>
<title>The Vision Series</title>
<xi:include ...
0
votes
1answer
24 views
Writing a lexer for chunked data
I have an embedded application which communicates with a RESTful server over HTTP. Some services involve sending some data to the client which is interpreted using a very simple lexer I wrote using ...
0
votes
0answers
31 views
how to download a file in multiserver
now i'm making a download accelerator application using java with particularly function is:
Downloader can chunking file
crawler can looking for"mirror"to file that will download
for this i have ...
0
votes
0answers
17 views
org.annolab.tt4j - Searching for a chunking tutorial
I'm trying to understand how to use the TreeTagger
http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger/
wrapped by tt4j
http://code.google.com/p/tt4j/
to chunk some text.
I can't find any ...
0
votes
4answers
52 views
Creating arbitrary sized groups from a list of object with lambda/linq in C#
Is there a way with the pre-existing Linq functions to create arbitrarily sized groups from a list of item?
For instance:
[1,2,3,4,5,6,7]
When doing something like list.Group(3) would produce an ...
0
votes
1answer
66 views
Reconstructing a chunked file in Rails
I'm trying to build an HTML5 file uploader that supports large files via chunks. I've found enough documentation online to work with the frontend side of things but I see zero info about how to ...
0
votes
0answers
39 views
extract email chunks by separating response structure
Does anyone know a library which can divide a given email text (see code below) into single "mails"/chunks? In the exmample below I would like to get 3 single messages.
The problem is: the library ...
0
votes
1answer
86 views
how to chunk a csv (dict)reader object in python 3.2?
I try to use Pool from the multiprocessing module to speed up reading in large csv files. For this, I adapted an example (from py2k), but it seems like the csv.dictreader object has no length. Does it ...
0
votes
2answers
48 views
Chunking array in new arrays starting at each word of the array
How can I chunk an array in new arrays starting with each word of the original array?
So the first word of each array should be the second word of the previous array.
for example
$list(1=>we, ...
0
votes
0answers
65 views
Using NPH Mode in CGI executable EXE on IIS 7.0 - can this be “realtime?”
I am writing a prototype CGI application to run on an IIS 7.0 server, which will ultimately result in that application sending a number of http chunked responses that are generated in response to a ...
0
votes
1answer
38 views
Is there a way to chunk 2 or more repititions of a tag in a tagged sentence using nltk?
I'm trying to use the nltk module in python to chunk together any instances where two to five nouns occur in sequence.
This is the code I am using:
parse_pattern = "Keyword: {< N>{2,5}}"
...
0
votes
1answer
326 views
HTML5 File API and AJAX Upload Chunking question
I have written a drag and drop multiple file upload with individual progresses, etc. It works very nicely, except for one thing. when uploading larger files, sometimes the browser will lock up until ...
0
votes
0answers
79 views
Configuring ChunkingChannel via app.config
I downloaded the ChunkingChannelEx which is an extansion of the "basic" Chunking Channel. As the "basic" Chunking Channel has no built in support for configuration via app.config, the ...
0
votes
0answers
168 views
WCF Chunking : Use Session.IsInitiating/Session.IsTerminating or put xml metadata in MesageHeader?
Like so many others I want to exchange large files and meta data using WCF.
I've come across the chunking example from Microsoft http://msdn.microsoft.com/en-us/library/aa717050.aspx#CommunityContent.
...
0
votes
2answers
408 views
What is a chunker in Natural Language Processing?
Does anyone know what is a chunker in the context of text processing and what is it's usage?
0
votes
2answers
597 views
Is the callback from WCF to ASP.NET possible?
I have a Web service hosted in IIS in different box and WCF service hosted in Windows service, in a different box.(N-tier approach). Here, Web service is a client for WCF service. The request to ...
0
votes
2answers
117 views
Appending to Informix BLOB without running out of memory
I'm writing a c# app that inserts a large (1GB+) amount of data into a BLOB in an informix database.
However, many times the file is too large and the process runs out of memory. I have implemented ...
0
votes
3answers
352 views
How to return a byte[] doing chunking using remoting over http in C#?
In .Net remoting over http, we return a byte[] back to the client by doing a SerilizationInfo.AddValue(SerializationInfoValueName, ((MemoryStream)writer.BaseStream).GetBuffer(), typeof(byte[])) call.
...