Difference between revisions of "FAQ"
Jump to navigation
Jump to search
(→FAQ) |
Markus.humm (talk | contribs) (→FAQ) |
||
| Line 18: | Line 18: | ||
| width="170" valign="top" | [[FAQ.Concatenating data | Concatenating data]] |||| A example on how to concatenate chuncks of data in a CPU / Memory friendly way. | | 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 belong to other section | | valign="top" | [[FAQ.General | General]] |||| General questions not belong to other section | ||
|- | |- | ||
Revision as of 10:58, 5 October 2006
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 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 | - | General | General questions not belong to other section | ||
| Internet | Specific for internet | ||||
| Multi-Threading | Using ICS components and threads | ||||
| Progress bar | Implementing a progress bar | ||||
| Timeouts | Implementing timeouts on connections or protocols |