Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #15363 > unrolled thread
| Started by | pacopyc <pacopyc@gmail.com> |
|---|---|
| First post | 2011-11-05 05:50 -0700 |
| Last post | 2011-11-08 14:34 -0500 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
xml-rpc server on wine pacopyc <pacopyc@gmail.com> - 2011-11-05 05:50 -0700
Re: xml-rpc server on wine Adam Tauno Williams <awilliam@whitemice.org> - 2011-11-07 11:57 -0500
RE: xml-rpc server on wine "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2011-11-08 14:34 -0500
| From | pacopyc <pacopyc@gmail.com> |
|---|---|
| Date | 2011-11-05 05:50 -0700 |
| Subject | xml-rpc server on wine |
| Message-ID | <650e9d68-e606-4424-bca7-174295306d82@ht6g2000vbb.googlegroups.com> |
Hi, I have a XML-RPC server python running on VM Windows (on Linux) and a XML-RPC client python on Linux. Server and client have different IP address. I'd like migrate server on wine. How can communicate server and client? IP address is different or is the same? Can you help me? Thanks
[toc] | [next] | [standalone]
| From | Adam Tauno Williams <awilliam@whitemice.org> |
|---|---|
| Date | 2011-11-07 11:57 -0500 |
| Message-ID | <mailman.2503.1320685120.27778.python-list@python.org> |
| In reply to | #15363 |
On Sat, 2011-11-05 at 05:50 -0700, pacopyc wrote: > Hi, I have a XML-RPC server python running on VM Windows (on Linux) > and a XML-RPC client python on Linux. Server and client have different > IP address. I'd like migrate server on wine. How can communicate > server and client? IP address is different or is the same? > Can you help me? Not really, this doesn't have much of anything to do with Python. If you run a network application on wine [assuming that even works] the application will have the same IP/interface as any other application or service running on the host. Wine is not a 'virtualization' solution.
[toc] | [prev] | [next] | [standalone]
| From | "Prasad, Ramit" <ramit.prasad@jpmorgan.com> |
|---|---|
| Date | 2011-11-08 14:34 -0500 |
| Message-ID | <mailman.2551.1320780900.27778.python-list@python.org> |
| In reply to | #15363 |
>> Hi, I have a XML-RPC server python running on VM Windows (on Linux) >> and a XML-RPC client python on Linux. Server and client have different >> IP address. I'd like migrate server on wine. How can communicate >> server and client? IP address is different or is the same? >> Can you help me? >Not really, this doesn't have much of anything to do with Python. If >you run a network application on wine [assuming that even works] the >application will have the same IP/interface as any other application or >service running on the host. Wine is not a 'virtualization' solution. Unless you have a specific need to run it in a virtual machine (which WINE is not), why not run it directly from Linux? I generally prefer to use a DNS name or hostname to connect instead of IP because the IP addresses can be dynamic (especially when you start accessing it from outside your local network). Even internally, I tend to use hostnames and not IP addresses, but mostly because it is faster/easier for me to type (I assign static IPs internally). Ramit Ramit Prasad | JPMorgan Chase Investment Bank | Currencies Technology 712 Main Street | Houston, TX 77002 work phone: 713 - 216 - 5423 -- This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of securities, accuracy and completeness of information, viruses, confidentiality, legal privilege, and legal entity disclaimers, available at http://www.jpmorgan.com/pages/disclosures/email.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web