List of Application using Cuda

I am just beginner in CUDA, I want to make some application in parallel programming and i want to explore CUDA with real time application.

I have one idea of real time application of crawler. I have no idea about how make parallel execution of crawler. Might it be possible to make parallel execution of crawler? What duration it requires to implement? Does CUDA support socket programming?

Thank you for your consideration.

While I cannot directly answer your specific question about a ‘crawler’, I will say that beginners are best served by starting with a smaller project.

Once you get a basic understanding of the differences between writing a serial algorithm and a parallel algorithm, then you can apply this knowledge towards your custom projects.