Question about using RLP

Using a module like the ChipworkX Module which is very fast. how often does one really need to use RLP ? I know its a project specific question depending on what your doing. But if i am going to use the usb web cam and want to take that video information and shoot it over to my other ChipworkX Development System to display it on the LCD would it be fast enough just using .NETMF or would i have to dive into RLP for that ?

RLP is for highly computational functions like calculating CRC or decoding an image or things that need real time.

Usually if you ask if you need RLP or not then you probably don’t need it