Code Monkey home page Code Monkey logo

mineloadplugin's Introduction

MineloadPlugin

Bukkit plugin to generate XML for player count, memory, ticks per second etc.

mineloadplugin's People

Contributors

dependabot[bot] avatar timatooth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

godpure nanolp

mineloadplugin's Issues

Need to change how collections are viewed

19:22:47 [SEVERE] Exception in thread "Thread-42" 
19:22:47 [SEVERE] java.util.ConcurrentModificationException
19:22:47 [SEVERE]   at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
19:22:47 [SEVERE]   at java.util.AbstractList$Itr.next(AbstractList.java:343)
19:22:47 [SEVERE]   at com.gmail.timaaarrreee.mineload.XmlFeed.<init>(XmlFeed.java:159)
19:22:47 [SEVERE]   at com.gmail.timaaarrreee.mineload.HttpThread.run(HttpThread.java:51)
19:22:47 [SEVERE]   at java.lang.Thread.run(Thread.java:680)

Thought using Iterators avoided this.

HTTP internal server progress

In order of priority

  • Create Request and Response objects and register views based on url regular expression patterns.
  • Process GET query information.
  • Backend database (for users, groups, permissions) [Possible for a generic abstract permission interface] default
    groups: guest, user, admin. Views can access the permission interface to make informed decisions on how to operate on request from users. Will most likely be a H2 SQL database or a document based database (no sql)
  • Session cookies. Persistent data stored on database.
  • Process POST information.

SEVERE Login Lag

So when I installed this plugin and such....it all worked, except some stuff took forever to load, but basically the first time I tried to log in, it timed out and crashed my client, another user had this problem to, and when the client didn't crash it took 30-45 seconds to log into my server. I had to remove the plugin and now the login time is the normal second or two it takes. Any idea why this is happening and is there a fix other than waiting for the http stuff to be internal like dynmap?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.