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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by xenomage

  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...

Part and Inventory Search

Back
Top