I have a very large volume of data in xml( about 1.5 GB). i want to load it in XElement. it gives Out of memory Exception. I have 2GB RAM in my system. is there any solution to this? Or any other technique?
I am creating a server-client application. Server listens on a port and client sends data using TCPIP. The client creates n number of threads as specified and each thread sends data to server.