Questions tagged [clients]

66 questions
0
votes
2 answers

Duplex WCF Project In Visual Studio InvalidOperationException

I'm a beginner in C# and I'm trying to build a simple library project the service is working nicely but in client always throw exception in service object InvalidOperationException Could not find default endpoint element that references contract…
D.SH
  • 3
  • 3
0
votes
1 answer

qt asynchron clients response gsoap

i am writing client server application using gsoap lib. the problem is that a have a heavy process function in my server.i want to when special client call this function, the server send message for this special client that "your answer is ready"…
0
votes
0 answers

c# Sockets Multiple Clients

, I'am a bit Confused about the meaning of 'Async' while Using multiple Clients Connections , static void acceptCall(IAsyncResult AR) { Socket _Socket = ServerSoskcet.EndAccept(AR); _Clients.Add(_Socket); …
Cru Dy
  • 11
  • 8
0
votes
1 answer

How can I send Broadcast message in c++ builder 6

What I want is to know how to bind two computers for my online game. I made it using Server Socket and Client Socket and it works. But how can I do the same if it's unknown where this program is running. So I can't connect because I don't know who…
0
votes
1 answer

Limit and identify clients TCP

I have this program that is prototype for a game of connectfour, as a homework project. So far so good, but I have major question, how do I limit the clients to only 2 of them, and also, how can I easily identify them when I am going to verify…
Justplayit94
  • 385
  • 2
  • 19
0
votes
1 answer

Minimize styling for html tables

I am working on HTML Emails and facing one issue, I have style tags defined in the section. Outlook displays this email message with the required styling but Gmail doesn’t. This is because Gmail’s Preprocessor removes the styles contained in …
0
votes
1 answer

Website fails with multiple users

I apologize if this is asked, but I wasn't sure how this question would be worded. I'm making a website for my class of 16 students which I currently have hosted on freehostia.com When I test the website with 1-2 computers it works fine. But when…
dagger2006
  • 11
  • 1
0
votes
1 answer

Use list to create client folders with Python

I was just given the task to create a new folder on box for about 500 clients. Python is the only code I am familiar with, but I am willing to use another language as well. I have a list of each clients name in excel and would like to create a new…
0
votes
1 answer

How to Thunderbird mail client change status of inbox mail unread to read?

I am using Thunderbird mail client for gmail accounts. Its works fine, enjoying functionality too. I have problem with this mail client. In client inbox it has a list of unread mails and once viewed it becomes read mail. That's not happening on the…
kumar kasimala
  • 759
  • 1
  • 6
  • 17
0
votes
1 answer

How to check cpanel clients?

I have lots of customers in panel how to check who is using my panel services. I have only one option: 1) Check list of all domain. 2) Check all domain one by one in network-tool.com. Please provide me another option to check all domains…
0
votes
1 answer

Swap websocket connections between multiple clients

I'm trying to monitor two computers, and show their information to a website. In the server I use javascript websocket and the two computers sends information to server IP. I want to monitor in the same page the two computers status and over 10…
flaviussn
  • 1,305
  • 2
  • 15
  • 33
0
votes
0 answers

django server push at specific times

I want to create a page in which I can "push" data to clients, on specific times in day. What are my options? I know there is socket.io, which is javascript based, but I need it to work with django. Also, I need to push the events to clients based…
user3599803
  • 6,435
  • 17
  • 69
  • 130
0
votes
0 answers

Connecting to a REST web service with Drupal

I'm trying to connect to a REST web service with Drupal 7. Data is supplied via a url and I want to pull it into the D7 site to create and populate nodes. I'm using the feeds module to map the content and Web Service Client module to pull in the…
ShambalaG
  • 356
  • 1
  • 7
  • 21
0
votes
1 answer

Retrieving Client's Printer Collection in asp.net

I am working on web application .net 3.5,asp.net,C#. In that i need to provide list of available printer at client side. I have knowledge of how to get server side printers using [1] System.Drawing.Printing.PrinterSettings.InstalledPrinters [2]…
Mike
  • 317
  • 3
  • 7
  • 17
0
votes
1 answer

Restrict requests made by Visual Studio generated soap client to single thread

I am testing a SOAP service using a client generated in VS2010 via "Add Service Reference". I am running tests in parallel (c. 10 threads) and this has exposed some DB locking issues in the system under test. However, this is not going to be fixed…
Robbie Wareham
  • 3,380
  • 1
  • 20
  • 38