Thread: E-Z Restarter Release

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 E-Z Restarter Release 
    ⚓Manic-Owner⚓


    Join Date
    Nov 2007
    Posts
    2,711
    Thanks given
    47
    Thanks received
    9
    Rep Power
    650
    This is a second release for a restarter. I made it so you can enter a specific time. It's much cleaner and simpler but my other restarter is good too.



    E-Z Restarter.exe

    Enjoy.
    MY DISCORD:
    bluejay#1504
    Reply With Quote  
     

  2. #2  
    Registered Member
    Enjoi's Avatar
    Join Date
    Sep 2008
    Posts
    2,451
    Thanks given
    566
    Thanks received
    282
    Rep Power
    1325
    Out of curiosity, what language was this written in? and hows its resource usage? Im assuming minimal
    Reply With Quote  
     

  3. #3  
    ⚓Manic-Owner⚓


    Join Date
    Nov 2007
    Posts
    2,711
    Thanks given
    47
    Thanks received
    9
    Rep Power
    650
    Quote Originally Posted by Enjoi View Post
    Out of curiosity, what language was this written in? and hows its resource usage? Im assuming minimal
    .net and yes
    MY DISCORD:
    bluejay#1504
    Reply With Quote  
     

  4. #4  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,227
    Thanks given
    3,283
    Thanks received
    2,875
    Rep Power
    5000
    Why not try to stabalize servers instead of writing utils to restart them when they crash?
    Reply With Quote  
     

  5. Thankful users:


  6. #5  
    ⚓Manic-Owner⚓


    Join Date
    Nov 2007
    Posts
    2,711
    Thanks given
    47
    Thanks received
    9
    Rep Power
    650
    Quote Originally Posted by Mister Maggot View Post
    Why not try to stabalize servers instead of writing utils to restart them when they crash?
    talk to the people that use these shitty sources...
    MY DISCORD:
    bluejay#1504
    Reply With Quote  
     

  7. #6  
    Registered Member
    gomomo11's Avatar
    Join Date
    May 2010
    Posts
    2,379
    Thanks given
    268
    Thanks received
    196
    Rep Power
    177
    What a shame no1 release linux restarter , good job
    Attached image
    no external links without affiliate
    Reply With Quote  
     

  8. #7  
    Programmer, Contributor, RM and Veteran




    Join Date
    Mar 2007
    Posts
    5,147
    Thanks given
    2,656
    Thanks received
    3,731
    Rep Power
    5000
    Quote Originally Posted by gomomo11 View Post
    What a shame no1 release linux restarter , good job
    Code:
    #!/bin/bash
    while [[ true ]]; do
      java blablabla
    done
    .
    Reply With Quote  
     

  9. #8  
    Banned

    Join Date
    Mar 2008
    Posts
    2,595
    Thanks given
    128
    Thanks received
    191
    Rep Power
    0
    Quote Originally Posted by Graham View Post
    Code:
    #!/bin/bash
    while [[ true ]]; do
      java blablabla
    done
    i have not seen a server that terminates when it 'crashes'
    Reply With Quote  
     

  10. #9  
    Programmer, Contributor, RM and Veteran




    Join Date
    Mar 2007
    Posts
    5,147
    Thanks given
    2,656
    Thanks received
    3,731
    Rep Power
    5000
    Quote Originally Posted by filth View Post
    i have not seen a server that terminates when it 'crashes'
    Emps has a few times although we don't use a "restarter".

    I guess you could set up a cronjob on Linux that did "killall java" and then started the server again, but tbh, you really should make your server better.
    .
    Reply With Quote  
     

  11. #10  
    Registered Member
    Smokey's Avatar
    Join Date
    Apr 2011
    Posts
    287
    Thanks given
    124
    Thanks received
    73
    Rep Power
    351
    Most servers have a destruct method, why don't you just call that and then reopen the server. This isn't really... Necessary.

    Also, this seems like it couldn't be universal? What does it call batch files or detect main classes?
    Spoiler for signature:

    He is richest who is content with the least, for contentment is the wealth of nature. - Socrates
    Attached image
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 9
    Last Post: 10-23-2010, 08:25 AM
  2. Restarter
    By coolmarcis in forum Requests
    Replies: 4
    Last Post: 02-11-2010, 12:07 AM
  3. 508 restarter?
    By domthatsk8er in forum Help
    Replies: 0
    Last Post: 08-06-2009, 02:45 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •