The thin-client tag has no wiki summary.
0
votes
0answers
2 views
Connect thin clients to Hyper-V virtual machines
I want to run several VMs on hyper-v and then connect thin clients to each VMs.
is there any way to boot thin clients from Hyper-v virtual machines?
thank's
0
votes
0answers
10 views
Thin Client without boot
Well, I'll be using my HP Thin-Client T510 as a "emulator" of a virtual drive on my server. For this, I will need that the boot doesn't ask me what do I wanna do by default, and start with the ...
0
votes
0answers
47 views
Example/tutorials for thin-client real-time multiplayer games?
I'm building a real-time, multiplayer card game. Clients (players) connect via their browser, so I'll be rendering their state as HTML.
I initially started off having the server keep the total state, ...
0
votes
1answer
54 views
Use Windows Desktop as Thin Client Server
I want to use my Windows Desktop (XP, Windows7, Linux) as Thin Client Server.
It should be able to give a simultaneous log in session to 5-6 persons using thin client or Internet.
Basically, I want it ...
0
votes
1answer
86 views
Remote-desktop with freerdp inactive timeout timeout
So I have a raspberry pi that boots to a RDP session in to a virtual machine using the program freerdp. It is closing the session if it sits inactive for about a min. Is there a way to shut this off ...
1
vote
1answer
54 views
EXE Run from Server
We are currently developing a multi-user WPF application. Instead of installing this application on each client, we want to run the EXE from a server. We don't necessarily want to use ClickOnce ...
17
votes
2answers
395 views
Youwave for Android in remote desktop environment using thin client
I am using YouWave for Android in a remote desktop environment with Atrust Thin Client T60 series. When I run the YouWave emulator, a black screen appears and it stops there.
Also the home, menu ...
1
vote
1answer
496 views
Raspberry Pi usb redirect issue
Okay I am going to try and be as discriptive as possible here to get this problem solved. I work at a company that makes BIG gear boxes and we have computers that run our Mills/Laths. These computers ...
1
vote
0answers
122 views
java.lang.VerifyError in stand-alone thin client websphere 7 application
Properties properties = new Properties();
properties.put(Context.INITIAL_CONTEXT_FACTORY, "com.ibm.websphere.naming.WsnInitialContextFactory");
properties.put(Context.PROVIDER_URL, url);
...
0
votes
0answers
53 views
Low-powered computers for a development team
(Per a suggestion from ppeterka, re-posted to SuperUser: http://superuser.com/questions/537215/low-powered-computers-for-a-development-team )
My company is working to get the vast majority of our ...
0
votes
3answers
772 views
How can i get the Client Computer name
I am using C# Framework 4.0 Windows Form. My program is installed on a server TSE. There are 11 light clients that connect to this server.
When one of these clients launches my progam, how can I get ...
1
vote
1answer
181 views
communication between thin and thick client
I have a web application running on a browser window (thin client).
I want to send some information to this Web App (window already open) from an external application (thick client) without going ...
0
votes
1answer
127 views
why is thin starting multiple server processes
I'm trying to run a rails app using nginx and thin. I have configured thin to run 4 servers with different socket names. This is part of my settings
servers: 4
socket: /tmp/thin.myapp.sock
On ...
0
votes
1answer
131 views
cookie/session appears to be overwritten in thin client enviroment
I have a asp.net mvc web page that stores my employeeid in session state, however when 2 employees access within the same time frame it appears to get overwritten or mixed up. I have spent 2 hours ...
0
votes
1answer
288 views
Fat/Thick Client vs Thin Client
I have a question, I was developing a desktop web application based on a REST API in Java using Servlets and JSP, but my boss said that it's not the best way to create a web application, because ...