• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 2593 for trunk/components/blitz/resources/omero/Constants.ice

Show
Ignore:
Timestamp:
07/05/08 22:16:05 (5 months ago)
Author:
jmoore
Message:

ticket:1018 - Second attempt at improving OmeroSessions in blitz

This tries to keep up with an individual client via a uuid set
on the client side. This may also be sub-optimal. A better idea
may be using individual ServiceFactory instances which talk to
the same session (in which case only the SessionManager? need be
distributed)

Files:
1 modified

  • trunk/components/blitz/resources/omero/Constants.ice (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • trunk/components/blitz/resources/omero/Constants.ice

    r2563 r2593  
    1212module omero { 
    1313  module constants { 
     14 
     15    /* 
     16     * Key in the ImplicitContext which must be filled 
     17     * by all omero.client implementations. 
     18     */ 
     19    const string CLIENTUUID = "omero.client.uuid"; 
    1420 
    1521    /* 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/