Difference between revisions of "FAQ"

From Overbyte
Jump to navigation Jump to search
 
 
(56 intermediate revisions by 8 users not shown)
Line 1: Line 1:
Aaah I get it. First you make an internal link. Then when clicking on it you have a new page.
+
[[Main_Page | Main page]] -> [[FAQ]]
 +
 
 +
<!--
 +
Here, you'll find the most Frequently Asked Questions about the components. Some links refer to articles and others on "How-to-do-things"
 +
-->
 +
 
 +
Here, you'll find the most frequently asked questions which cover a range of components or all. You will find questions specific to one component in the '''How to''' section of each component.
 +
 
 +
== How to get ICS ==
 +
 
 +
[[ICS_Download | Getting ICS source code, SVN and OpenSSL files]]
 +
 
 +
[[ICS_V8.58 | ICS 8.58 Release Notes]]
 +
 
 +
[[ICS_V8.50 | ICS 8.50 Release Notes]]
 +
 
 +
== How ICS works ==
 +
{|
 +
| width="170" | [[Asynchronous_Paradigm | Asynchronous paradigm]] |||| The non-blocking nature of ICS.
 +
|-
 +
| [[Sending and receiving data]] |||| Draft discussing possible formats of data transfer.
 +
|}
 +
 
 +
 
 +
== FAQ ==
 +
{|
 +
| width="170" valign="top" | [[FAQ.Concatenating data | Concatenating data]] |||| A example on how to concatenate chuncks of data in a CPU / Memory friendly way.
 +
|-
 +
| valign="top" | [[FAQ.Difference | Difference TCP/UDP]] |||| What is the difference between TCP and UDP and which to use when ?
 +
|-
 +
| valign="top" | [[FAQ.General | General]] |||| General questions not belonging to other sections
 +
|-
 +
| valign="top" | [[FAQ.Internet | Internet]] |||| Specific for internet in general
 +
|-
 +
| valign="top" | [[FAQ. Microsoft .NET framework | Microsoft .NET framework]] |||| Using ICS with the Microsoft .NET framework
 +
|-
 +
| valign="top" | [[FAQ.MultiThreading | Multi-Threading]] |||| Using ICS components and threads
 +
|-
 +
| valign="top" | [[FAQ.ProgressBar | Progress bar]] |||| Implementing a progress bar
 +
|-
 +
| valign="top" | [[FAQ.Timeout | Timeouts]] |||| Implementing timeouts on connections or protocols
 +
|-
 +
| valign="top" | [[FAQ.Firewalls| Firewalls]] |||| Issues concerning firewalls
 +
|-
 +
| valign="top" | [[FAQ_Order_SSL_Certificates | Order SSL Certificates]] |||| Automatically order, download and install SSL/TLS certificates
 +
|-
 +
| valign="top" | [[FAQ_Using_IcsHosts | IcsHosts]] |||| Using IcsHosts in server components
 +
|-
 +
| valign="top" | [[FAQ_Using_TSslCertTools | TSslCertTools ]] |||| Using TSslCertTools component
 +
|-
 +
| valign="top" | [[FAQ_Using_TSslHttpRest | TSslHttpRest ]] |||| Using TSslHttpRest component
 +
|-
 +
| valign="top" | [[FAQ_Using_TRestOAuth | TRestOAuth ]] |||| Using TRestOAuth component
 +
|}
 +
 
 +
<!--
 +
* [[THttpCli.FAQ.Timeout | How to implement a timeout for THttpCli in my application?]]
 +
* [[THttpCli.FAQ.Progress | How to implement a progress for THttpCli in my application?]]
 +
* [[THttpCli.FAQ.SizeLimit | How to implement a download size limitation for THttpCli in my application?]]
 +
-->

Latest revision as of 17:19, 15 November 2018

Main page -> FAQ


Here, you'll find the most frequently asked questions which cover a range of components or all. You will find questions specific to one component in the How to section of each component.

How to get ICS

Getting ICS source code, SVN and OpenSSL files

ICS 8.58 Release Notes

ICS 8.50 Release Notes

How ICS works

Asynchronous paradigm The non-blocking nature of ICS.
Sending and receiving data Draft discussing possible formats of data transfer.


FAQ

Concatenating data A example on how to concatenate chuncks of data in a CPU / Memory friendly way.
Difference TCP/UDP What is the difference between TCP and UDP and which to use when ?
General General questions not belonging to other sections
Internet Specific for internet in general
Microsoft .NET framework Using ICS with the Microsoft .NET framework
Multi-Threading Using ICS components and threads
Progress bar Implementing a progress bar
Timeouts Implementing timeouts on connections or protocols
Firewalls Issues concerning firewalls
Order SSL Certificates Automatically order, download and install SSL/TLS certificates
IcsHosts Using IcsHosts in server components
TSslCertTools Using TSslCertTools component
TSslHttpRest Using TSslHttpRest component
TRestOAuth Using TRestOAuth component