Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 6 of 6

This is a discussion on java support? in the Shared & Semi-Dedicated forum
can i run a java application in my webspace? is java supported? thanks ...

  1. #1
    JPC Senior Member
    Join Date
    Mar 2003
    Posts
    74

    java support?

    can i run a java application in my webspace? is java supported? thanks

  2. #2
    Loyal Client
    Join Date
    Sep 2001
    Location
    Wichita, KS
    Posts
    1,647
    Java Applets: yes
    Servlets: When (If at this rate) HostGUI comes out...

  3. #3
    JPC Senior Member
    Join Date
    Mar 2003
    Posts
    74
    so i can't run an application constantly, which would downlaod content off another site every evening?

  4. #4
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    You can run something as a cron job wich will run automatically at a set interval, such as every hour, every night, etc. Cron just starts a program when you tell it to, waits for it to run, and then sends any output the program generated back to you as an email.

    I'm not sure if there is a java interpreter on the servers or not, but if there isn't, I doubt support will have a problem with installing it for you. You could then set up your cron job to run the java program at whatever time you needed it to.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

  5. #5
    JPC Senior Member
    Join Date
    Mar 2003
    Posts
    74
    i want to save quite a large amount of info on my webspace - i think too much for mysql to handle. Is saving the info into hundreds, or possibly thousands of small files my only alternative?

    i am on a budget

  6. #6
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    MYSQL is designed to handle large amounts of data more efficiently thatn individual file access is. You'll have a faster site if you use MySQL than you will with filesystem access, regardless of how much stuff you pack into the database. MySQL is pretty robust.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •