Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Software Engineering

Questions tagged [server]

Ask Question

It refers to client-server model, where providers of a resource or service is called Server.

270 questions
Filter by
Sorted by
Tagged with
2votes
4answers
159views

I'm developing a multithreaded game server (C/TCP). I need to send a list of 50-100 available games to a console client.Option A: Send 50-100 separate messages, using send() for every single ...
1vote
2answers
169views

I’m writing a multiplayer server in C using sockets and pthreads.The project is separated by responsibility:server.c/.h → networking (socket, bind, listen, accept, thread creation)player.c/.h → ...
3votes
2answers
438views

Most database wire protocols mandate a specific byte order for multi-byte integers:PostgreSQL: big-endian (network byte order)MySQL: little-endianMongoDB: little-endian (BSON format)OracleDB: ...
0votes
2answers
441views

I have a game server implemented in Python to which clients can connect and play against each other.I'd like to be able to reload configuration from a config file without restarting the server (as ...
0votes
3answers
280views

I am running a website for a customer who has terrabytes worth of images. Each JPG image is high-res (20MB) and belongs to a hierarchy like this:Group A SubGroup 1 subsubgroup a ...
turnip's user avatar
  • 1,701
0votes
1answer
180views

I want to develop a miminal app for iOS and Android.Basically, I want to have a widget (or similar micro-app) that displays how many items I have in a list. If I open the widget, it just opens a ...
Chaos Crafter's user avatar
-1votes
1answer
128views

I'm an online game developer.I've written my game server using c++ on visual studio on windows 10 OS.My hosting machine is run on CentOS 8.Every time I make a change on server, I transfer all the ...
Ozan Deniz's user avatar
-2votes
1answer
1kviews

I am trying to understand the difference between bare-metal servers and cloud servers. I am referring to the following document,blog.I understand that Amazon EC2(which is all the rage) is an example ...
Sahil's user avatar
-3votes
1answer
132views

I have an idea for a mobile app, but As I'm not from a Software background, I need to know how much the backend operations will cost before I commit time and resources to develop this idea. In this ...
GeethVS's user avatar
2votes
1answer
527views

In Flask you can run a "webserver". Well really it's a "WSGI Server". Well really you shouldn't be using core server features like serving files through HTTP at all, you should be ...
Leftover Salad's user avatar
2votes
3answers
628views

I have a server which maintains some shares state.The clients can send some requests and get an answer from the server.Sometimes the server needs to give some information to the client ...
benjamin-lieser's user avatar
1vote
3answers
520views

I'm currently learning how to separate frontend server and backend server. However, i'm not sure which approach should i take between the twoFrontend server obtain data from backend server and ...
1vote
2answers
4kviews

I am a react developer and writing the client on pure JS. I have sometimes missions to received data from server and send data to server. Now between the client team and backend rough discussion ...
Brk's user avatar
  • 31
0votes
0answers
47views

I am creating a platform which allows multiple users to edit a file simultaneously and I was wondering if using a web server with routes could be the correct architecture for this goal. I am trying to ...
Fabrizio's user avatar
0votes
1answer
91views

I am trying to build a file editor, and I wanted to build the UI using Flutter. However I wanted to implement IO operations (reading a file, applying changes, etc) in Rust.The reason I would like to ...
Fabrizio's user avatar

153050per page
1
2345
18

Hot Network Questions

more hot questions
Newest server questions feed

[8]ページ先頭

©2009-2025 Movatter.jp