Re: HTTP Post for large text



"Andy" schrieb:
Hi Danijel,

Looks like a good candidate. Thanks for the tip.

Can it handle a fair size of text when posting to an ASP server
page (WriteHeader?)?

Strings of any size (limited only by your available memory) can be sent in a single call, if that is what you want. If you do not have the string in memory and would like to send a large file, there are examples for doing this by using as little or as much memory as you want. You can find more information and a working sample in the Quick Start folder of the RTC SDK package, as well as a step-by-step guide on RTC Forums (Quick Start):
http://www.realthinclient.com/forum

Best Regards,
Danijel Tkalcec

.



Relevant Pages

  • Re: HTTP Post for large text
    ... "Danijel Tkalcec" wrote in message ... Strings of any size can be sent in a single call, if that is what you want. ... If you do not have the string in memory and would like to send a large file, there are examples for doing this by using as little or as much memory as you want. ... You can find more information and a working sample in the Quick Start folder of the RTC SDK package, as well as a step-by-step guide on RTC Forums: ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: .NET SUCKS --- READ FOLLOWING. MICROSOFT IS A SUCKY CO
    ... > system just doesn't cut it in high memory load situations. ... Garbage Collection is not an excuse for poor memory management. ... One excellent example is the use of strings. ... because many "professional" programmers know very little about what is ...
    (microsoft.public.dotnet.framework)
  • Re: Secure Credentials pwd handling
    ... strings that are produced when you read the properties. ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ... so at some point the value will be in memory. ... SecureString is added to .NET to support this use case. ...
    (microsoft.public.dotnet.security)
  • Re: CStrings and memory
    ... Then you allocate a few more strings ... Now you need to allocate another string, but there is no more memory. ... In addition to strings, there are other things that get allocated: ... have perhaps confused "address space" with "working set". ...
    (microsoft.public.vc.mfc)
  • Re: Verbose functional languages?
    ... whereas a memory leak due to too much laziness in the wrong place can be. ... If you declare your data structure elements as strict, ... I think size matters, for the optimization heuristics. ... strings for symbol names. ...
    (comp.lang.functional)