I am not sure I understood your question. Well, the way to control max
simultaneous downloads is explained on the wiki [1].
Do you mean to ask how to use 'if' statements or so?
You just check if you are running locally. If so use x + y
connections, else use x. Right?
xx.isLocal ? numConnections = 20 : numConnections = 2;
bulkLoader.start(numConnections);
I am, though, skeptical this will provide any noticeable difference in
the local file system (I am not sure the browser will open many
descriptors at the same time, honestly).
Cheers
> --
> You received this message because you are subscribed to the Google Groups "BulkLoader users" group.
> To post to this group, send email to bulkload...@googlegroups.com.
> To unsubscribe from this group, send email to bulkloader-use...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/bulkloader-users?hl=en.
>
>
--
Arthur Debert
www.stimuli.com.br