Re: [Twisted-Python] Shared resource manioulation example

2010-05-28 Thread Karl Anderson
On Fri, May 28, 2010 at 12:10 PM, wrote: > > Of course its up to me to determine if it's a data collision or not, > but I was thinking may be Twisted can provide me with some already > existing mechanism of its own. After all its already a pretty massive > and complicated framework with tons of c

[Twisted-Python] Job Opening - Telecommute or Relocation Possible - New Jersey

2010-05-28 Thread Matthew Williams
TelTech Systems is hiring! We are looking for candidates with a strong background in network programming using Twisted. Telecommunications experience (particularly VoIP) is also important. We use SER+SEMS for the most part. Pluses include knowledge of PHP, JavaScript, JQuery, and other front-

Re: [Twisted-Python] Question

2010-05-28 Thread Itamar Turner-Trauring
> Is it acceptable to post job openings to this list? Yes, as long as they're Twisted-related. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Shared resource manioulation example

2010-05-28 Thread vitaly
Of course its up to me to determine if it's a data collision or not, but I was thinking may be Twisted can provide me with some already existing mechanism of its own. After all its already a pretty massive and complicated framework with tons of capabilities ... But I'd like to get back to the

[Twisted-Python] Question

2010-05-28 Thread Matthew Williams
Is it acceptable to post job openings to this list? ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Shared resource manioulation example

2010-05-28 Thread Nitro
Am 28.05.2010, 20:34 Uhr, schrieb : > hi, > > Callbacks serialization is clear to me. > > I'll try to rephrase the question: two requests are incoming for > reactor() > to handle. Each request has its own chain of callbacks. > At some point one of the requests need to update the same > global da

Re: [Twisted-Python] Shared resource manioulation example

2010-05-28 Thread vitaly
hi, Callbacks serialization is clear to me. I'll try to rephrase the question: two requests are incoming for reactor() to handle. Each request has its own chain of callbacks. At some point one of the requests need to update the same global data structure, and another request need to delete from t

Re: [Twisted-Python] Shared resource manioulation example

2010-05-28 Thread John Santos
On Fri, 28 May 2010 vit...@synapticvision.com wrote: > Hi, > > I'm looking for a Twisted based example how > it should be properly done update/delete of global dictionary's > SAME key:value pair from different functions all together. > Or by another words, two functions are trying to update the s

Re: [Twisted-Python] Shared resource manioulation example

2010-05-28 Thread vitaly
Thank you for reply. I'm calling each update/delete function as a separate Deferred, no explicit threads on those functions. OK than, let's complicated it a bit with "dictionary of lists of dictionaries" instead of simple dictionary and let's put it all under reactor(). There are 2 incomi

Re: [Twisted-Python] Shared resource manioulation example

2010-05-28 Thread Allen Short
On Fri, May 28, 2010 at 8:46 AM, wrote: > I'm looking for a Twisted based example how > it should be properly done update/delete of global dictionary's > SAME key:value pair from different functions all together. > Or by another words, two functions are trying to update the same > key:value pair

[Twisted-Python] Shared resource manioulation example

2010-05-28 Thread vitaly
Hi, I'm looking for a Twisted based example how it should be properly done update/delete of global dictionary's SAME key:value pair from different functions all together. Or by another words, two functions are trying to update the same key:value pair of the same dictionary at the same time, than

[Twisted-Python] twisted + wx + pypubsub = progress bar update problem

2010-05-28 Thread Gabriel Rossetti
Hello everyone, I am using wx (wxreactor) and pypubsub with twisted and I'm having some issues. I have a loop that updates values and I'm trying to show the user the progress. The loop uses pypubsub to update the progress bar but even if I explicitly refrech the progress bar widget it doesn't d

Re: [Twisted-Python] can the reactor be told to stop processing events and to just queue them?

2010-05-28 Thread Gabriel Rossetti
Gabriel Rossetti wrote: > Itamar Turner-Trauring wrote: > >> On Thu, 2010-05-27 at 14:08 +0200, Gabriel Rossetti wrote: >> >> >>> is there a way to tell the reactor to just queue the events and not to >>> process them for a specific protocol? >>> >>> >> No, Twisted doesn't h

Re: [Twisted-Python] Looking for Twisted programmers at Fluidinfo

2010-05-28 Thread Laurens Van Houtven
Congratulations on the funding, have fun at the party. Wish I could be there -- unfortunately I have to tell some professor about how algebra works that day :-( ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi