client-server
Help needed in developing an android client server app based on sockets
I am trying to develop a Android clinet to talk to a server running on a LAN. The client is running on an emulator. However while running the android client i am get开发者_StackOverflowting the Except[详细]
2023-03-23 16:14 分类:问答Screen Halt while Communication(Client/Server) in Android
I have an application in which there is Google map, location overlays on Google map and a separate thread which send the current location of device to server after every 30 seconds. The problem is tha[详细]
2023-03-23 09:35 分类:问答use Node.js to send a json request from client to the server
i have a grails project works as a server. it receives a reques开发者_开发知识库t from another javascript project. this request is json request.[详细]
2023-03-22 19:21 分类:问答Client-server logic
I\'m sorry if this is a trivial question. I\'ve heard about client-server logic many times, in job requirement and in IT sites, too. I don\'t really believe that I get that \"client-server logic\". An[详细]
2023-03-22 17:31 分类:问答How to prevent SIGPIPE or prevent the server from ending?
A quite standard C++ TCP server program using pthreads, bind, listen and accept. I have the scenario that the server ends (read: crashes) when I kill a connected client.[详细]
2023-03-22 15:57 分类:问答when a webpage is generated in real time which memory it uses server-side or client side?
I have written a php code which will ge开发者_运维技巧t one id from database and using that id it will use some API\'s provided by other websites and generate a page.[详细]
2023-03-22 15:19 分类:问答Fast data (image) transfer server client using Boost Asio
I\'m relatively new to network programming and have some questions on best practices for continuous fast data (image) transfer between a client and a server using Boost Asio. Important point, we canno[详细]
2023-03-22 12:58 分类:问答How to get Client IP in Lua Sockets
I\'m having trouble locating how I g开发者_开发技巧o about getting the ip address of each client as they connect to my server, using LuaSockets;[详细]
2023-03-22 10:43 分类:问答anatomy of GDownloadUrl
I am using GDownloadUrl to send client data to server.here the sode I used GDownloadU开发者_StackOverflow中文版rl([详细]
2023-03-22 07:58 分类:问答Send client side data Queue to server side through Tcp/IP
I wanna send data from client to server. There are two queues. in client side and in server side. I want to my client to be connected to the server and send all the data in client queue to the server.[详细]
2023-03-22 04:46 分类:问答