Questions tagged [clients]

66 questions
6
votes
3 answers

@font-face support in major email clients?

Do major web and desktop email clients support the font-face feature? It would be only logical to assume that they don't but thought I'd ask anyway. Has anybody tested?
Ragnar
  • 520
  • 1
  • 10
  • 16
5
votes
1 answer

WCF - Handling request from multiple clients

My WCF service library is hosted as a Windows Service and is supposed to handle requests from multiple clients. One request that clients are going to make frequently is pretty resource intensive. I have two doubts pertaining to above scenerio: How…
inutan
  • 10,558
  • 27
  • 84
  • 126
4
votes
2 answers

Disable cmd and PowerShell on Windows Server 2012 for clients

I'm using Windows Server 2012, and I want to disable the cmd and the PowerShell for the clients. I've searched in the Group Policies but i didn't find where I can do this. Please can somebody help me?
krusty
  • 103
  • 1
  • 1
  • 8
3
votes
0 answers

How does Elasticsearch client works?

I'm a newbie to Elasticsearch, I'm using Elasticsearch for my app. My app has the following code to interact with ES. - Client (Singleton) if(client==null) { client = new TransportClient().addTransportAddress(new…
Darth Shekhar
  • 115
  • 3
  • 16
3
votes
1 answer

Specify Remote IP Address of Clients Connected to PHP CLI Socket Server

I have php cli socket server with the code below; clients connect and send requests
Root
  • 2,269
  • 5
  • 29
  • 58
2
votes
1 answer

Oracle client support for VAX OpenVMS 7.3

Does Oracle support any kind of client and C/C++ pre compiler for VAX OpenVMS 7.3 to connect to a Oracle server? On oracle.com they only have clients for Alpha and Itanium. I am using a simh VAX. And I have a Oracle 11g express database.
user1217301
2
votes
1 answer

Are there any standards for versioning software that has multiple platform clients?

I'm pretty clear on most of the standards regarding versioning a piece of software. The whole major.minor.revision/build/whatever scheme. But I'm not very sure whether there are any conventions when the software can be installed on multiple…
Nickolay Stanev
  • 168
  • 1
  • 9
2
votes
0 answers

Use a Dictionary between different thread in VB.NET

I am working on a project that have a server, whenever a clients connects it stores its user_id, ip in the dictionary which i have used. When I store the information between the different threads it is working but when I try to access the dictionary…
krpra
  • 466
  • 1
  • 4
  • 19
2
votes
0 answers

signalr .net client reconnect error

I'm writing a program that makes remote desktop connection with signalr. I keep sending screenshots (in the .net client) for it. But when I reconnect to the server after a while, I get error: Connection started reconnecting before invocation result…
2
votes
1 answer

Does anyone have any tips on submitting to clients proposals for iPhone apps?

I'm just starting out with a friend creating iPhone apps and the biggest hurdle other than finding clients is knowing how to structure proposals for clients. Is it the norm to write a 1, 2 or 3 page proposal? Obviously I don't want to bore the…
2
votes
1 answer

client server UDP connection between clients c#

I'm writing application which is based on UDP Hole Punching. I have a problem with establishing connection between clients. After each client sends something to server and server responses to each other with their IPs, clients aren't able to send…
KKKk
  • 93
  • 2
  • 15
2
votes
2 answers

How do I add thread to my server?

I'm a beginner in Java and I have an assignment to build P2p File Sharing Java application. I started by creating server and client. Client can send messages to server and server responds. I believe the next step should be inserting the Thread into…
Slavisa Perisic
  • 1,110
  • 3
  • 18
  • 32
1
vote
1 answer

issue with multiple clients and getting a specific stream

I have a simple multithreaded C# server and client. When just one client is connected I can interact with it fine, but when two or more are connected, it seems I am using the last NetworkStream. What I'd like to be able to do is give an input…
0_______0
  • 547
  • 3
  • 11
1
vote
2 answers

Separate database for each user group?

My program is intended for multiple projects (clients) use. I am working w/ PHP and Mysql. For example, the implementation of the program for a client would include all the tables needed, and a list of users of that client. Each implementation of…
William Sham
  • 12,849
  • 11
  • 50
  • 67
1
vote
1 answer

I am new to WCF. I need to implement a WCF web service with callbacks/Events to clients

I know that this is possible. How to implement this for a Java/Unix client? Is it supported? Any sample code will be helpful.
Ajay
  • 11
  • 1
1
2 3 4 5