Re: University Masters Project

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: mark(at)polar-digital(dot)com
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: University Masters Project
Date: 1999-09-03 02:31:10
Message-ID: 199909030231.WAA11134@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 1999-09-03 03:05:15 RE: [HACKERS] md.c is feeling much better now, thank you
Previous Message Thomas Lockhart 1999-09-03 02:18:41 Re: [HACKERS] SELECT BUG