Search Results

Search: Posts Made By: pa.chidhambaram
5,997
Posted By pa.chidhambaram
Hi, You can use the below command to delete...
Hi,
You can use the below command to delete the invalid line.

cat data | awk '{ if(substr($1,1,5)!="" && substr($1,6,10)!="" && substr($1,11,12)!="") print $1}' > new_filtered_file_name.
...
Forum: Solaris 06-23-2009
14,950
Posted By pa.chidhambaram
Hi All, Initially I had a doubt that my...
Hi All,
Initially I had a doubt that my program is taking this much CPU util because of the for loop more than 100000 times, from the reply I have got that it has to take that much CPU time....
Forum: Solaris 06-23-2009
7,271
Posted By pa.chidhambaram
Thanks very much
Thanks very much for your reply. I have checked that but usleep is called in C++ program, where I want to use usleep command which is there in debian OS.

Thanks,
chidhu
Forum: Solaris 06-23-2009
7,271
Posted By pa.chidhambaram
usleep command is not available in SunOS
Hi All,
I need usleep command to use in one of my shell script. I am working on SunOS 5.9. Where usleep command is not available. Is there any way to use usleep command in SunOS.

Thanks In...
Forum: Solaris 06-22-2009
14,950
Posted By pa.chidhambaram
Thanks very much for your replies. that for loop...
Thanks very much for your replies. that for loop is processing the CDR for one by one. the CDR file is having a size in MB. once it exceeds 100000 its taking 15 % of CPU time. So we doubt that its...
Forum: Solaris 06-22-2009
14,950
Posted By pa.chidhambaram
Infinite for loop is taking too much CPU usage %
Hi All,
I wrote one simple for loop shell script which prints number..but this loop is infinite...but its taking lot of CPU (15.7) %. if i am using sleep cmd then cpu usage become 0.4 %....
Forum: IP Networking 03-10-2008
21,204
Posted By pa.chidhambaram
Can we write a multiple thread to receive from a single socket file descriptor
Hi Friends,
I have written a program which will listener for more than 1000 requests per second from a single socket descriptor and then it will process those requestes. Its taking X...
Forum: IP Networking 02-05-2008
2,231
Posted By pa.chidhambaram
Partial Request are coming... please help
Hi All,
We are having the system, where we are using the socket programming (TCP/IP), a system called plugin playing a role in between two system, where its getting the request from system1...
Forum: UNIX and Linux Applications 02-01-2008
22,354
Posted By pa.chidhambaram
Thank you very much..
Thank you,

I can find which ports has been still opened using that netstat function. but i want to close those ports. because my program will try to create the socket on the same port. if that...
Forum: UNIX and Linux Applications 02-01-2008
22,354
Posted By pa.chidhambaram
any way to close socket
I have written a socker program. I have executed that program many times without closing the socket. So I want to find which all sockets binded with which file descriptor.

Is there any way to...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 11:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy