Round Robin LoadBalancer

130.0 GBP

130.0 GBP peopleperhour 技术与编程 海外
781天前

详细信息

Can you make a sample code for a round robin algorithm with the following requirements for it to run in Java Apache Netbeans and no other IDE:1. The load balancer system.2. General worker node.  Do not hard code names, IP address(Please make sure you DO NOT HARD CODE), etc into this but instead have these passed in as parameters on the command line.  The node program will be running multiple times (either on the same machine or on separate ones)3. A program for sending jobs into the system.To potentially achieve a good mark in this assignment you will need to at least ensure your implementation considers:1. having different programs / projects as stated above;2. make use of multiple classes in each program;3. ensure that the relevant functionality for the class is contained within it;4. link classes together to form the overall algorithm;5. use multi-threading where necessary;6. send, receive and process messages7. only use the main method for extracting information from the arguments passed in from the command line and to start your system to ensure that you are not hard coding any system specific information;8. do not provide a monolithic solution (e.g. all code in one class or main method); and,9. do not introduce any form of OS scheduling techniques.  As this is a coordination system, you will only need to consider how to deal with working out which worker node needs to be sent a job message.In addition, you should also consider the following functional aspects:1. Each node will register with the load balancer by sending a message.2. The scheduler will record node details.3. Jobs require the load-balancer to assign the job to the next free node. The job information will detail the number of seconds that a job will take to run, rather than trying to include some form of code that is required to be executed.
4. The load balancer assigns the job to a node by sending it a message to work for X seconds. Nodes will receive job requests and wait for the required time. Once a job has finished on a node, a message will be sent back.

免责声明

该外包需求信息来源于站外平台,本站仅提供公开信息部分字段展示与订阅服务,更多请查看免责声明

关注公众号,不定期副业成功案例分享
关注公众号

不定期副业成功案例分享

领先一步获取最新的外包任务吗?

立即订阅

类似推荐

Technical Specification for a 3D Model Marketplace Website** 1. Project Goal** Develop a platform where 3D model designers can register, upload, and sell their work. Buyers will be able to browse, filter, and purchase models. 2. Technology Stack Frontend**: React.js or Next.js (use SSR/CSR depending on context) Backend**: Laravel (upgrade to the latest version, minimum Laravel 9) Database**: MySQL (if already in use) File Storage**: Local or via S3/Wasabi Authentication**: Laravel Sanctum or Passport * **Payments**: Stripe, PayPal (or local payment gateways if necessary) 3. Main Sections of the Website** 3.1. Home Page * Keyword search * Filters by category, file format, and price * Blocks: "Popular Models", "New", "Recommended" 3.2. Model Catalog** Model listing with pagination Filtering by: Category Format (.obj, .fbx, .stl, etc.) License * Price range Sorting options: by date, price, popularity 3.3. Model Detail Page * Title and description * Preview (image/video/viewer) * Technical specs (polygon count, textures, etc.) * Purchase button (for paid models) * Download button (for free models) #### **3.4. Designer Dashboard** * Registration / login * Add/edit models * Sales and downloads statistics * Balance and payout management * Profile and settings 3.5. Buyer Dashboard** * Purchase history * Download purchased models * Profile and settings --- 4. Admin Panel** * User management * Model moderation (approve/reject) * Category, format, and license management * Financial reports * Site settings 5. Update & Migration** * Upgrade Laravel 5 to the latest stable version (Laravel 11) * Migrate logic, migrations, models, and controllers with compatibility in mind * Convert existing HTML templates into React components (or Next.js Pages/App Router) 6. Additional Features** * Support for large file uploads (chunked upload) * 3D viewer integration (e.g., Three.js) * Multilingual support (i18n) * SEO optimization (especially important with Next.js)
10.0 USD 技术与编程 peopleperhour 海外
2天前
TowDispatch is a full-featured platform designed to streamline operations for car towing agencies. The system supports both web and mobile environments and enables seamless coordination between dispatch administrators and field drivers. Tech Stack Web Frontend: React.js + Tailwind CSS Backend & Realtime DB: Supabase (PostgreSQL, Auth, Edge Functions) Mobile Application: Capacitor (for native app packaging), integrated via Android Studio for Android and planned iOS deployment Core Functionality Admin Dashboard Job Management: Create, assign, update, and delete tow jobs Driver Management: Add, edit, and monitor driver status and activities Reporting Module: Generate operational and performance reports Notification System: Real-time job status feedback via toast messages (web) and push notifications (mobile) Driver App Job Inbox: View assigned jobs with real-time updates Job Workflow: Update job progress (e.g., en route, job complete) Profile: Manage driver-specific settings and preferences Current Challenge: Push Notification Implementation With the mobile app version now fully operational through Capacitor and Android Studio, the primary challenge lies in implementing a reliable and scalable push notification system to replicate and extend the existing toast-based web notification model. Existing Web Notification Flow Notifications are triggered via toast messages, displayed in-app for real-time user feedback All notification events (e.g., job assignment, completion) are stored in Supabase for traceability
50.0 USD 技术与编程 peopleperhour 海外
3天前