The focus of this project was to understand and analyze the performance differences between socket programming and Remote Method Invocation (RMI). For comparative study, our project focused on communicating over TCP protocol. It was concluded that for a simple file transfer that does not need any multithreading features Socket Programming outperforms RMI by a factor of 1884 milliseconds.
This project involved three phases, Mining, Parsing and Sentiment Analysis. Mining phase mined all the blogs using Twitter APIs looking for specific keywords. Parsing phase parsed the crawled data and stored it in SQL server. Sentiment analysis was performed on this parsed data to determine positive or negative sentiments.