Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Python and Ajax ?





  i am very interested to know if there might be a possibility to
combine Ajax and Python

 There's no way to run Python
code on iPhone (or anything other than _javascript_, really).


thanks finlay ,
too bad,

just curious about this code that i found here , looks like objective C or C right ?

<--->

namespace PhoneActSrv
{
    public class Server
    {
        private readonly int port;
        private readonly IPAddress address;
        private TcpListener listener;

        public Server( IPAddress address, int port )
        {
            this.port = port;
            this.address = address;
        }

        public void Start()
        {
            listener = new TcpListener( address, port );
            listener.Start();

            Thread thread = new Thread( new ThreadStart( StartListen ) );
            thread.Start();
   <--->   



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Bonjour-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/bonjour-dev/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.