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 Mike Lewis 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: Vicis
  • Order by date
  1. Vicis

    Restarting my Java Application

    I'm sorry, but as I mentioned, that is not an option with our current development. I appreciate the help, but I think I'll try another forum and see if I can find some answers there. Thank you for your time.
  2. Vicis

    Restarting my Java Application

    Unfortunately, this wasn't the case, even when I called System.gc(). It doesn't surprise me, as this application is quite large. I had initially attempted to null out the main object that is created, and another main object that is created within the first one, but eventually I learned that the...
  3. Vicis

    Restarting my Java Application

    Thank you very much for the response. The reason I am asking about restarting the application is because there is a lot of data that needs to be cleaned up, and it was decided by the team I'm in that it'd be easier (or so we thought) to simply launch a new instance of the application. If...
  4. Vicis

    Restarting my Java Application

    Hi all, I'm working on a Java application that essentially stays running throughout a while loop. I have added code that, when an invalid value is received, the program breaks out of the while loop. I want to get my Java application to launch another instance of itself when this happens, and...
  5. Vicis

    Kernel Panic with menuconfig as possible solution

    Hi everyone, I got an easy question for you. I'm trying to update my Linux kernel and I want to use the same configuration as my current working kernel. I need this because during compilation of the kernel, I get the following messages: Warning: Unable to open on initial console. Kernel Panic...
  6. Vicis

    When do SCSI devices send packets?

    Never mind, I'm all set here. See my new thread for another question.
  7. Vicis

    Intercepting SCSI commands during bootup (i.e. read_capacity)

    Hi peoples, I recently formatted my seagate hard drive to fit a 528 byte block size. I have been told by Seagate staff that this should work. However, Linux does not like this. The reason is because it only accepts 512, 1024, 2048, etc... I'd like to intercept the SCSI commands that tell Linux...
  8. Vicis

    When do SCSI devices send packets?

    We are sending packets over Fibre Channel. The file we are currently looking in is qla_ip.c. We think we know what change to make. However, we are unsure of the consequences of the change. If you know anything more on this kind of operation, the advice would be much appreciated.
  9. Vicis

    When do SCSI devices send packets?

    Hi everyone, My group and I have decided to make a SCSI change in a location where the device actually sends out the packet. If anyone knows what file that would be in, or what functions / fields I should be looking for, it'd be much appreciated. Thanks. - John
  10. Vicis

    Changing SCSI Block Size

    Hi everyone, I am currently working on a project where I am expected to change my company's Fibre Channel block size from 2048 bytes to 2112 bytes. They'd like to use the extra 64 bytes to add in some extra data. I know we need to edit the driver for the SCSI drive, but I am having problems...

Part and Inventory Search

Back
Top