Re: University Masters Project - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: University Masters Project
Date
Msg-id 199909030231.WAA11134@candle.pha.pa.us
Whole thread Raw
Responses Re: [HACKERS] Re: University Masters Project  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
[Charset iso-8859-1 unsupported, filtering to ASCII...]
> Bruce,
> 
> The replacement of the existing client/server communication project with
> CORBA looks very interesting, I would love to get involved with something
> like that. Is there anyone working on it at the moment? What area of it
> would you like me to look into, any ideas of how I could turn a project like
> that into a good Thesis? If you can give me some pointers I'll go and speak
> to my tutor about it all.


[CC'ing to hackers for comments.]

Well, one idea is to create a server that listens on a certain port for
CORBA requests, sends them to a backend for processing, and returns the
result.

The other idea is to replace our current communication system that uses
single-character flags and data with a corba model.  See developers
documentation for deals on that.

I think the first on is clearly good, the second may suffer from
performance problems, or it may not be worth changing all our interfaces
to handle a new protocol.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] SELECT BUG
Next
From: "Hiroshi Inoue"
Date:
Subject: RE: [HACKERS] md.c is feeling much better now, thank you