Difference between revisions of "FAQ"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
== How to get ICS == | == How to get ICS == | ||
− | ICS | + | [[ICS_Download | Getting ICS source code]] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== How ICS works == | == How ICS works == | ||
Line 58: | Line 18: | ||
| [[Sending and receiving data]] |||| Draft discussing possible formats of data transfer. | | [[Sending and receiving data]] |||| Draft discussing possible formats of data transfer. | ||
|} | |} | ||
+ | |||
== FAQ == | == FAQ == |
Revision as of 07:25, 24 May 2010
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
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 |