r1 - 23 Jun 2005 - 15:36:01 - PatrickSteinYou are here: TWiki >  LIAS Web  > LarchMeeting20050623
Tags:
create new tag
, view all tags

LIAS Data Architecture Meeting 2005-06-23

  • Discussed Pedigrees and Process tracking
    • Don't get too bogged down on Process tracking yet... K.I.S.S.
  • Discussed technologies:
    • SOAP -- may be too bloated
    • XML/RPC -- doesn't give us much over slinging XML at a socket
    • Web Continuations -- Pat to read up on them a bit

-- PatrickStein - 23 Jun 2005

I started reading up on Web Continuations a bit. Obviously, I haven't read in much detail yet (having only had 1/2 an hour so far). But, it got me thinking about what kind of state I need to actually track from call to call. The only thing that I can think that I really need to track for either searching or indexing is the authentication info. It would be nice not to have to do public-key stuff every call.

In a User > WebServer > Database scenario, this means keeping authenticated sessions between the user and the webserver.

In a User > WebServer > DBServer > Database scenario (basically having an independent process that the handles the interactions with the DB), this means keeping an authenticated session between the user and the webserver and an authenticated session from the webserver to the dbserver.

-- PatrickStein - 23 Jun 2005

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback