Search

Page 1 of 1 (5 items)
  • multithreading

    I see things like this in the C# api, and am wondering if it is not possible to have multiple threads reading and writing at the same time?public void DownloadToStream(string path, Stream writeStream) {if (isDownloadInProgress) {throw new SDKException("A file is already being downloaded."); } this.isDownloadInProgress = true;
    Posted to C# (Forum) by dpkingsbury on 08-01-2011
  • Re: rest interface

    Is it possible to use a plain REST interface - as in POST or PUT with a large stream of data, then do a GET to get the same stream back? I could supply unique file IDs to make it look like a flat address space? What I need is some small number of containers for very large (and large numbers of) streams of data. I have embedded headers on each ...
    Posted to General Discussions (Forum) by dpkingsbury on 05-11-2011
  • CIFS

    How do I set up a CIFS interface to Nirvanix in Windows server? Is there are demo available so I can set it up in my lab for eval?
    Posted to Application Discussions (Forum) by dpkingsbury on 05-11-2011
  • Re: rest interface

    Thanks for the reply. I did look at the flat SDK... On the upload call, e.g. upload.UploadFiles(filePaths, "/destinationpath/", true); the /destinationPath/ NFS directory is created automatically? In my app, I would have a new directory for each upload. Is there a limit to the number of dirs on your system? Limits or restrictions on ...
    Posted to General Discussions (Forum) by dpkingsbury on 05-10-2011
  • rest interface

    I have an application where I would like to upload alot of bytes that might be on many files, often 30-40 megabytes/set. I don't need this to be in a filesystem-like thing, I would rather have a flat namespace. I know how to do REST in C#, and would like to read and write large datasets, giving them arbitrary names, like a text GUID. I ...
    Posted to General Discussions (Forum) by dpkingsbury on 05-09-2011
Page 1 of 1 (5 items)