Giter VIP home page Giter VIP logo

Comments (4)

rolandweber avatar rolandweber commented on September 28, 2024

Could I detect local connections for RMI as well, using RemoteServer.getClientHost()?
With that, I could also prevent issuing of multiple tokens to the same client machine :-)

from pityoulish.

rolandweber avatar rolandweber commented on September 28, 2024

In an online setting, everyone might be running a follow-the-board client, see #97.
I could use a magic number for the maximum batch size to reduce logging.

from pityoulish.

rolandweber avatar rolandweber commented on September 28, 2024

The Sockets server prints three messages for each request from the FTB client:

SimplisticSocketHandler: MBSS013: Connection from /127.0.0.1:58286.
MBSS023: Received LIST_MESSAGES from /127.0.0.1.
MBSS026: Returning 2 with marker "Oy".

The magic batch size works for the latter two.
The first one is printed before the request data is received.

For the remote exercise, I'd have to jump through hoops to distinguish FTB clients from others. I could bind the FTB clients to a specific port and check that on the server. Sounds unreasonable.
Reasonably, either print messages about all connections, or about none. Printing only the first one from each client IP would not be helpful. If students are running FTB clients, they wouldn't get connection reports for the client they're debugging.

from pityoulish.

rolandweber avatar rolandweber commented on September 28, 2024

How about setting an environment variable to enable/disable printing of connections?
Default is to print, use a setting in the pod yaml to disable.

Even simpler: let the Main class for the pod set the behavior to silent.

from pityoulish.

Related Issues (20)

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.