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!

Search results for query: *

  • Users: xenomage
  • Content: Threads
  • 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

    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...
  3. 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...
  4. 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...
  5. 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.
  6. 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
  7. 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
  8. 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...
  9. 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
  10. 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...
  11. 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...
  12. 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
  13. 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
  14. xenomage

    how to start or kill a process using unix c

    Hi all, does anybody has any idea how to write a unix c application to start or stop a process? Many Thanks xeno
  15. xenomage

    restricting folder size

    Hi all, does anybody knows how to restrict a folder size under windows 2000 with HD in NTFS format? Or is it possible at all?? Many Thanks.
  16. xenomage

    problem with cfquery that occurs in netscape but not IE

    Hi all, got a problem with a CFQUERY on my page. Problem with this is that it works fine when running on IE but cause the error [Oracle error code = 936 : Missing expression] when running with netscape (Mozilla / 4.61 [en] (OS/2, U)). Any suggestion/solutions greatly appreciated. Many Thanks...
  17. xenomage

    Getting system configuration from vbscript

    got a problem here. Need to get a system configuration (NT workstation) to be send to an ASP page (vbscript). How do i go about doing that? i believe i would need to write a program in VB that gets the system config and then complie it to an dll right? Any idea how to do that? And after which...
  18. xenomage

    Getting inputs from API

    Hi gurus, got a problem here. Need to get a system configuration (NT workstation) to be send to an ASP page. How do i go about doing that? i believe i would need to write a program in VB that gets the system config and then complie it to an dll right? Any idea how to do that? And after which...
  19. xenomage

    Sound Recording using VB

    Hi all, does anybody has any idea how to write a program that records sound. Any suggestion/help is greatly appreciated. Thanks. xeno
  20. xenomage

    Sound Recording using VB

    Hi all, does anybody has any idea how to write a program that records sound. Any suggestion/help is greatly appreciated. Thanks. xeno

Part and Inventory Search

Back
Top