`just slow it`....

Göran Hultgren gohu at rocketmail.com
Thu Feb 8 10:27:09 UTC 2001


Hi guys!

--- John M McIntosh <johnmci at smalltalkconsulting.com> wrote:
[SNIP] 
> When Squeak alters it's screen image it is writing to an internal 
> bitmap. From time to time the VM asks the platform specific code to 
> copy those bits to the actual BitMap that is the window. I have an 
> example where 100 screen restores causes 41,168 copies to occur, well 
> over 1000 updates per second on my Mac. Cool but a problem occurs 
> when using Squeak as a X-Client were the X-Server is remotely 
> located. Then those thousands of updates take a long time to do since 
> network latency plays a big part in the equation. In fact my friends 
> tell me they just watch the screen paint, slowly...

I have (and others too) been running Squeak on a remote host through VNC which
is a "remote-desktop-thingy" and I think that VNC sort of "solves" this particular
problem. vncserver is an X-server AND a VNC server at the same time - in short it translates the X
protocol to a much simpler "pixel-difference"-protocol which seems to suit Squeak just fine.

Anyway - just a sidenote that illustrates the problem!

regards, Göran


=====
Göran Hultgren, goran.hultgren at bluefish.se
icq#:6136722, GSM: +46 70 3933950, http://www.bluefish.se
"First they ignore you. Then they laugh at you.
Then they fight you. Then you win." -- Gandhi

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/





More information about the Squeak-dev mailing list