Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: xenomage
  • Order by date
  1. xenomage

    XFree86 using high CPU load

    Hi All, having this problem with XFree86. Every once so often (every 2 days), load average of my linux ES 3.0 will hit a high of :- load average: 5.20, 4.65, 2.94 Linux rpptweb01 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:31:21 EDT 2003 i686 athlon i386 GNU/Linux Upon checking on the processes via...
  2. xenomage

    Cron timing differs from system time

    it's different. > grep "^TZ" /etc/TIMEZONE TZ=Singapore That's the problem. The cronjob uses SGT but system uses UTC. Don't understand how it can be changed.
  3. xenomage

    Cron timing differs from system time

    Hi All, i have a problem with the cronjob on solaris 8. Say for example, i set a cronjob to do the following. "0-59 * * * * echo`date` > cron_time.txt" At the same time, i would check the system date by using the "date" command. it turns out that the cronjob time is on local time and system...
  4. xenomage

    Today() function does not work in solaris 9.

    Hi all, having this problem with a solaris 9 machine running perl 5.6.1. =========================================================== #!/usr/local/bin/perl use strict; use Date::Calc qw(:all); my ($proxyNumber, $runMode, $curYear, $curMonth, $curDay, $randID); print ($curYear,"-", $curMonth...
  5. xenomage

    tomcat on solaris terminates by itself

    Hi all, Not sure why, but my tomcat installation keeps on shutting down by itself after a few hours of running. i'm using tomcat 5 on java sdk 1.4.2 standard edition. So the command line would be like so... root 1847 1 0 02:00:02 pts/4 0:33 /usr/local/java/bin/java...
  6. xenomage

    Dynamic SQL

    Thanks for the information. But that's what i'm trying to do. i not sure how to use the user-input and place it in the SQL statement. Please help. Many Thanks.
  7. xenomage

    Dynamic SQL

    Hi, i need to build a dynamic SQL statement for use with crystal report. However, the SQL editor does not allow me to use user input as part of the SQL string. There must be a way to do it. Please help. Many Thanks. xeno.
  8. xenomage

    Getting memory usage of process

    Hi All, Anybody knows how to get the memory usage of a certain process by coding in C++? Just like how the task manager? Thanks. xeno
  9. xenomage

    memory usage

    The application is too huge for me to change all the memory usage method. Is there any other way out? Thanks. xeno
  10. xenomage

    memory usage

    Hi all, got a problem with an C++ application. When the application first start off, it took up 22k of memory. After a day of running, it took up 32k of memory. Any body got any answer why is that and what can i do to prevent the application from eating away my memory? Cheers xeno
  11. xenomage

    Session Variables Problem

    Hi, having some problem with Session Variables. i recently install a new web server running on WIN2k SP 5. Upon porting over my web pages, i couldn't keep any session variables. (All inputs to the session is empty). i suspect it's a setting on the IIS as it can work on other web servers i've...
  12. xenomage

    Checking disk usage

    Thanks guys, you've been a great help!
  13. xenomage

    Checking disk usage

    Hi all, it's there any functions that could actually check the disk usage in visual c++. Any suggestion is welcome. Thanks. xeno
  14. xenomage

    win32 Console Application Hangs

    Hi Guys, got a problem with win32 Console applications that i've developed. Those application has a problem whereby it might hang if i were to move the scroll bar or click on the command prompt window. Is there a way to stop the application from hanging? Any suggestions are welcome. Thanks...
  15. xenomage

    Unable to use RSH on W2K

    Hi all, got a problem and wondered if anybody out there can lend a hand. i've got a solaris server and an W2K server (SP 3). i need to access a certain script on the solaris server. Hence, i used the command rsh MY_HOST -l MY_USER_NAME COMMAND i'm able to do this on my own laptop running...
  16. xenomage

    How do i detect that an application has been terminated?

    Hi all, need advice as to how can i detect that a process is terminated in win2k. Need to perform some other actions should this occur. Many Thanks. xeno
  17. xenomage

    /etc/default/init file corruption

    Hi all, is there anybody who knows why a init file in solaris 5.7 unix 2.6 server will suddenly increase in size and with garbage data? Thanks alot. xeno
  18. xenomage

    restricting folder size

    Hi Invalid and mcsematt, thanks for the response :) could you guys send me the program/link for download? my eamil is xenomage13@yahoo.com Thanks alot guys :)
  19. xenomage

    how to start or kill a process using unix c

    Thanks Gavin, you've describe my problem exactly. The thing which i don't want to do is to use system commands to invoke other applications coz you've sort of lose control over them. Also, i do not want to have a lot of temp files to read in the pid and status of the processes. Hopefully...
  20. xenomage

    how to start or kill a process using unix c

    Hi abbeman, thanks for your post. But what happens if i want to start a process in my c program and at the same time needs to monitor it? Meaning, i need to be able to get the pid of the process. fork does not let me start a certain process right? Many thanks. xeno

Part and Inventory Search

Back
Top