Any Idea about thread safe issue with python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mralokkp

    #1

    Any Idea about thread safe issue with python

    Hi All
    I need help guys. I have a code running properly and execute again
    after a certain time.
    But The thing i am looking for that it should not start from other
    instance says looking for thread safe


    In Simple words
    ............... ......
    ............... ..........
    self.lock = thread.allocate _lock()
    ............... ............


    is not solving my purpose. Would any body like to help.

    Regards
    Alok

  • Bjoern Schliessmann

    #2
    Re: Any Idea about thread safe issue with python

    mralokkp wrote:
    I need help guys. I have a code running properly and execute again
    after a certain time.
    In Simple words [incomplete and useless code line] is not solving
    my purpose. Would any body like to help.
    Please be so kind and read this paragraph:



    Regards,


    Björn

    --
    BOFH excuse #331:

    those damn raccoons!

    Comment

    • mralokkp

      #3
      Re: Any Idea about thread safe issue with python

      On Feb 16, 11:37 pm, Bjoern Schliessmann <usenet-
      mail-0306.20.chr0n.. .@spamgourmet.c omwrote:
      mralokkp wrote:
      I need help guys. I have a code running properly and execute again
      after a certain time.
      In Simple words [incomplete and useless code line] is not solving
      my purpose. Would any body like to help.
      >
      Please be so kind and read this paragraph:
      >

      >
      Regards,
      >
      Björn
      >
      --
      BOFH excuse #331:
      >
      those damn raccoons!
      I am newbie here at your system.I was not aware of the system policies
      you follows guys.
      Any way The problem is sort out.Thanks for the reply.
      Regards
      Alok

      Comment

      Working...