Click here to Skip to main content
15,897,187 members

Comments by ranjithkumar81 (Top 50 by date)

ranjithkumar81 26-Jun-14 1:52am View    
I need to understand , what is happening in behind scene
ranjithkumar81 12-Jun-14 6:42am View    
Server will behave sync(request and reply). At a time server can handle 1000 users request. If 1001 user trying to access the sever , server is hang mode and after few minutes crashing.

How can i achieve server should not hang or crash?.
ranjithkumar81 12-Jun-14 6:16am View    
Thanks for your source code to get data from website and its worked.

But some times exe hangs or crashing , in place of memory release membuffer.

Could you provide some solution.
ranjithkumar81 29-May-14 1:14am View    
any other challenge will be there?
ranjithkumar81 15-May-14 5:15am View    
int iLenCount=0;

while(*strarray)
{
iLenCount++;
*strarray++;

}

iLenCount=14