Question : Windows 2008 R2 Terminal Server and Java

We have a Windows 2008 R2  server running TS and we are having an issue with some users and Java. The users are using Windows XP W/SP3 and RDP 7.0 to connect to the Windows 2008 TS.When using programs that use Java they have a small delay when the window refreshes. We use a program from Advent called Geneva that uses Java. Since they are in this program all the time, the delay is getting to them.

The strange part is that its not happening to everyone. Only users in our remote office. they are connected to us via a 100Mbps link (in turn RDP to the W2K8R2 machine). The best way to describe it is how web pages looked when connecting via modem. While loading it would start from the top and then finally cycle down until the whole page was loaded. the delay is probably 1.5 - 2 seconds (not much for me but to them it seems like forever).

I remoted into one of thier machines yesterday and noticed if i brought the colors down to 256 it loaded just as fast as everyone else. However, they won't like only 256 colors. Everyone else has 16 bit colors, full screen (two monitors) and no issues. Not sure where else to troubleshoot or find tweaks.

Answer : Windows 2008 R2 Terminal Server and Java

this should do:
1:
2:
3:
4:
5:
6:
7:
select s.Name
 , sum(case when t.ProjectID = 1 then t.Time end ) Project1
 , sum(case when t.ProjectID = 2 then t.Time end ) Project2
 from StaffNames s
 left join Timesheet t
   on t.StaffID = s.StaffID
group by s.Name
Random Solutions  
 
programming4us programming4us