Submit a Story  :  IRAF Links  :  Past Polls  :  Calendar  :  Advanced Search  
     iraf.net
FAQ
 Forum FAQForum FAQ   Forum SearchForum Search   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

question regarding IRAF's 16 frame iis support

 
Post new topic   Reply to topic    iraf.net Forum Index -> Misc
View previous topic :: View next topic  
Author Message
Jason Quinn
IRAF Guru


Joined: 07 Apr 2006
Posts: 151

PostPosted: Thu May 15, 2008 11:29 pm    Post subject: question regarding IRAF's 16 frame iis support Reply with quote

I'm curious what architectural limitations on the number of display frames that IRAF can support are. How difficult would it be to increase it to 32? 512? 1024? Why have a limitation at all? I'm not sure how the image servers manage memory but it seems like they could do it on a need-to-have-it basis and only complain if the user actually attempts to load more images than the video RAM can handle.

Jason
Back to top
View user's profile Send private message
fitz
Site Admin


Joined: 30 Sep 2005
Posts: 3255
Location: Tucson

PostPosted: Fri May 16, 2008 7:21 am    Post subject: Reply with quote

The limitations come from the IIS protocol itself (which is what the actual IIS frame buffer devices used ages ago). Specifically, the headers are a structure of 16-bit values, and the frame is passed as a bit flag in one of the registers. Both the clients and servers would need to be modified to take full advantage of the 16-bit integer range, it could be done but it would be better to just add a modernized protocol instead.

Note that the move to 16 buffers required that the client get some sort of version from the server to know whether it supports the larger number of frame buffers so adding another flavor in another version would be easier. The simple truth is, though, nobody's ever asked for more that 16 frame buffers.

Cheers,
-Mike
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    iraf.net Forum Index -> Misc All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2009 phpBB Group
 Copyright © 2005-2011 iraf.net
 All trademarks and copyrights on this page are owned by their respective owners.
Powered By Geeklog 
Created this page in 0.08 seconds