Restaurant Ordering

Hi All,

I have following requirement for restaurant oredering.
1] whenever the Buyer order something from a restaurant, a restaurant
should get notified either through the A] PRINT OUT or B] FAX.

is it possible to print on the remote system using your system.

what is a best way to do it?
please reply if anyone have any idea.

Thanks
Salil G.

I am a Ruby and Rails newbie, but what you want to do is not
impossible niether so diffcult. Each order can be an email sent to the
other server, than that server can print the email. You can use D-bus
(http://trac.luon.net/data/ruby-dbus/tutorial/intro.html) which is a
RPC fot Ruby. You can use remote objects for Ruby: Drb (http://
www.ruby-doc.org/core/classes/DRb.html).

On Sep 30, 7:11 am, Salil G. [email protected]