You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
(45) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(16) |
Feb
(23) |
Mar
(62) |
Apr
(33) |
May
(35) |
Jun
(37) |
Jul
(45) |
Aug
(15) |
Sep
(22) |
Oct
(41) |
Nov
(23) |
Dec
(17) |
2004 |
Jan
(14) |
Feb
|
Mar
(55) |
Apr
(8) |
May
(1) |
Jun
(11) |
Jul
|
Aug
|
Sep
(20) |
Oct
(11) |
Nov
(10) |
Dec
(14) |
2005 |
Jan
(4) |
Feb
(2) |
Mar
(6) |
Apr
(26) |
May
(5) |
Jun
(11) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(18) |
Dec
(40) |
2007 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <mod...@li...> - 2005-04-01 17:41:12
|
> > > 1. Any reason why a message payload isn't being sent? > > Uh... not sure I understand this question. > Nevermind. I looked at the publish.py and subscribe.py to see what's going on. > The semantics are a bit confusing because the payload size is being used to > generate the payload. Perhaps an echo pub and sub would have been easier to > understand (I actually did just that with the example). You can actually blame the unclear thinking on me. I really was learning Python as I was writing those toy apps -- and it shows. ;) > As for why it wasn't updating on the JS client, I'm not sure. After some > fiddling though, it's working now. If you are ever able to isolate the behavior, we'd love to know. > > > I was also having trouble getting the RSS streamer client to work locally > > The RSS streamer can't work locally because nothing is actually sending > > events > > to the server. A third party, Syndic8, sends them to Mod-pubsub.org. I > > didn't > > even know it was in the package. > Well that would explain it. The file is tests/rss_scroller.html. If you want some older, more experimental (read: *very* prototypey) apps to play with, feel free to download the April 20, 2004 tarball from Sourceforge (v0.994 -- long before the much cooler and much more bug free repubsub came along): http://sourceforge.net/project/showfiles.php?group_id=66293&package_id=64172 Insert disclaimer about it being old, buggy stuff here. But there are some really interesting little apps lurking in there if you have some time to spend and don't mind poking around. Adam |
From: <mod...@li...> - 2005-04-01 15:50:06
|
> > 1. Any reason why a message payload isn't being sent? > Uh... not sure I understand this question. Nevermind. I looked at the publish.py and subscribe.py to see what's going on. The semantics are a bit confusing because the payload size is being used to generate the payload. Perhaps an echo pub and sub would have been easier to understand (I actually did just that with the example). As for why it wasn't updating on the JS client, I'm not sure. After some fiddling though, it's working now. > > I was also having trouble getting the RSS streamer client to work locally > The RSS streamer can't work locally because nothing is actually sending > events > to the server. A third party, Syndic8, sends them to Mod-pubsub.org. I > didn't > even know it was in the package. Well that would explain it. The file is tests/rss_scroller.html. -- ==== brian lee dae yung biomimetic art and research mux space . com ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
From: <mod...@li...> - 2005-04-01 06:34:18
|
Hi Brian! > 1. Any reason why a message payload isn't being sent? Uh... not sure I understand this question. > I was also having trouble getting the RSS streamer client to work locally The RSS streamer can't work locally because nothing is actually sending events to the server. A third party, Syndic8, sends them to Mod-pubsub.org. I didn't even know it was in the package. Joyce |
From: <mod...@li...> - 2005-03-31 12:04:57
|
Hello: I'm new to mod_pubsub and have taken a brief look at the examples and got the server running on my machine. When I ran the publish.py example, I noticed that there is no actual payload being sent with the message. The output from the JS client confirms that this is the case. I have two questions related to this: 1. Any reason why a message payload isn't being sent? 2. What is the method signature for sending a payload with the message? I was also having trouble getting the RSS streamer client to work locally, as it didn't seem to be streaming. What is the best way to debug mod_pubsub systems? Thanks, Brian -- ==== brian lee dae yung biomimetic art and research mux space . com ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
From: <mod...@li...> - 2005-03-30 05:27:45
|
Looks like the zero-download, browser based, asynchronous messaging frameworks are starting to pop up: (This is just one of many) http://www.ajaxian.com/archives/2005/03/echo2_new_frame.html |
From: <mod...@li...> - 2005-03-29 21:52:11
|
Hello, I don't know if this is the proper forum, but here goes. After upgrading to Repubsub v0.2.7 we benchmarked great speed improvements. Unfortunately, how we used Repubsub causes a memory leak. We've got a test application built to expose the leak, and we need some help getting it fixed. To that end, we would like to hire an individual to help us resolve the bug and get the fix integrated into the next version of Repubsub. Pay would be $50/hr. Please send letter of relevant work experience if interested to jo...@ai.... Test app that exposes leak: http://www.joearnold.com/leaker.tar.gz Some history of our use of mod_pubsub: http://sourceforge.net/mailarchive/message.php?msg_id=6344140 Thanks! -Joe Arnold |
From: <mod...@li...> - 2005-03-28 23:43:04
|
Hi Joyce, In the old Mod pub sub, when a client subscribed to a topic, it was able to query the mod-pubsub server for all the previous events received and routed to that topic. For example in a mod-pubsub based chat, when you joined, you could get a history of the previous messages exchanged. It says in http://mod-pubsub.org/repubsub/docs/repubsub.html *"Replay* of *events* (messages) in any queue (path) is also supported." I'm just wondering how to enable this with the Javascript client. Thanks Steven >Hi Steven, > > What do you mean by "replay"? And I think at the moment there is no > authentication, although there should be soon. > > Joyce Park |
From: <mod...@li...> - 2005-03-28 07:20:32
|
Hi Steven, What do you mean by "replay"? And I think at the moment there is no authentication, although there should be soon. Joyce Park --- mod...@li... wrote: > Hi, > > I am using the javascript client and I am wondering how to replay events > with the new repubsub server. Also, does the current repubsub server > feature any authentication? > > Thanks > |
From: <mod...@li...> - 2005-03-27 14:05:19
|
Hi, I am using the javascript client and I am wondering how to replay events with the new repubsub server. Also, does the current repubsub server feature any authentication? Thanks Steven |
From: <mod...@li...> - 2005-02-04 05:33:45
|
Yay Patrick! I will make a build and get it up there soon. I'm having hardware problems right now, sorry. JP --- mod...@li... wrote: > I've tested the flash_repubsub client against the mod-pubsub python server > and it seems to work fine. > > Enjoy > Patrick > > > flash_repubsub: http://www.mod-pubsub.org/svn/repubsub/flash_repubsub/ > > > > --- > Patrick Thompson > > |
From: <mod...@li...> - 2005-02-04 02:30:09
|
I've tested the flash_repubsub client against the mod-pubsub python server and it seems to work fine. Enjoy Patrick flash_repubsub: http://www.mod-pubsub.org/svn/repubsub/flash_repubsub/ --- Patrick Thompson |
From: <mod...@li...> - 2005-01-19 00:49:35
|
I've completed the flash_repubsub client and uploaded it to the mod-pubsub.org subversion repository [1]. flash_repubsub is a Flash ActionScript 2.0 interface to the repubsub server. The README [2] provides basic usage information. Note, you may want to grab the latest (rev. 23) pubsub.py [3], as it addresses an issue with the FlashTunnel not sending heartbeats properly. Have fun, Patrick [1] flash_repubsub: http://www.mod-pubsub.org/svn/repubsub/flash_repubsub/ [2] README: http://www.mod-pubsub.org/svn/repubsub/flash_repubsub/README [3] pubsub.py: http://www.mod-pubsub.org/svn/repubsub/kn_server/twisted_pubsub/pubsub.py --- Patrick Thompson |
From: <mod...@li...> - 2005-01-16 18:39:31
|
Hi Rohit, =20 Sorry, but I'm going to be busy for this week, so I won't get a chance to look at it. But here are some tips that will get you going: =20 The reason IsConneced and EnsureConnected always return true is that ultimately the connector's members delegate to the transport. Since it is always possible to create a transport in your scenario, it will always return true. You may want to debug into Transport.cpp, Transport::Connect() and see that all it is doing is setting up the HTTP transport. =20 I never tried subscribing to the same kn_id multiple times. You may want to debug into Connector::Subscribe to see where it locks up. =20 Tommy ________________________________ From: mod...@li... [mailto:mod...@li...]=20 Sent: Friday, January 14, 2005 4:01 AM To: Pubsub (E-mail) Subject: [Mod-pubsub-developer] .Net connector IsConnected does not seem to work Hi All,=20 The IsConnected and EnsureConnected calls in the .Net connector always return true as does the Open call, even if the pubsub server is not running. This is true even after publish/ subscribe have been invoked on this connection. Is this a bug or are we supposed to do something else ? The other problem is that calling Subscribe, with the same kn_id as was used in an earlier successful Subscribe call, does not return. The request status handler also isn't invoked and as far as I can make out the call doesn't reach the pubsub server as well. Regards,=20 Rohit Khetan.=20 This message is free from Virus - IMSS =09 |
From: <mod...@li...> - 2005-01-14 12:05:00
|
Hi All, The IsConnected and EnsureConnected calls in the .Net connector always return true as does the Open call, even if the pubsub server is not running. This is true even after publish/ subscribe have been invoked on this connection. Is this a bug or are we supposed to do something else ? The other problem is that calling Subscribe, with the same kn_id as was used in an earlier successful Subscribe call, does not return. The request status handler also isn't invoked and as far as I can make out the call doesn't reach the pubsub server as well. Regards, Rohit Khetan. This message is free from Virus - IMSS |
From: <mod...@li...> - 2005-01-06 02:09:24
|
Hi Rohit, did anyone ever answer this question? If not, I believe the answer is no - there isn't a way for the server to only send each message to you exactly once. Its idea of whether it has delivered an event successfully is not the same as your idea of whether you received an event successfully -- and that goes double for the JavaScript client, which can have multiple windows/tabs open. Hope that answers your question, JP --- mod...@li... wrote: > Hi, > Is it possible for the pubsub server to detect that a subscription is > from an earlier client, and then not resend earlier messages. My client does > not want a replay of messages it had already received before crashing > (without unsubscribing). Is this related to the 'journal' concept ? If so > could someone please give an example or something as the documentation is a > bit confusing on this point. > > Thanks and regards, > Rohit Khetan. |
From: <mod...@li...> - 2004-12-26 17:25:48
|
Hey Jeff, thanks for the heads-up. Forgot to bounce the server before I left for vacation. :-) JP --- mod...@li... wrote: > Hi All, > > Posting news headlines to mod-pubsub.org is taking 8-10 seconds per headline > this morning. The usual speed is ~600 ms/headline. > > Jeff; > > -- > * RSS Feeds: http://www.syndic8.com > * Blog: http://www.syndic8.com/~jeff/blog/ > * Developer Books: http://www.developer-books.com > * Resume: http://www.syndic8.com/~jeff/resume.html > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Mod-pubsub-developer mailing list > Mod...@li... > https://lists.sourceforge.net/lists/listinfo/mod-pubsub-developer > |
From: <mod...@li...> - 2004-12-26 16:29:20
|
Hi All, Posting news headlines to mod-pubsub.org is taking 8-10 seconds per headline this morning. The usual speed is ~600 ms/headline. Jeff; -- * RSS Feeds: http://www.syndic8.com * Blog: http://www.syndic8.com/~jeff/blog/ * Developer Books: http://www.developer-books.com * Resume: http://www.syndic8.com/~jeff/resume.html |
From: <mod...@li...> - 2004-12-26 06:12:05
|
Hi Rohit, =20 Sorry in responding to you so late, but I've been away for the holidays. =20 The answer to your question is that your namespace doesn't have a reference to the LibKNDotNet namespace. In the Dotnet samples which was written for VS.NET 2002, relies on the fact that a "using" in the global scope is inherited in any namespaces in the file. For example in a file for .NET 1.0, =20 using namespace LibKNDotNet; =20 namespace MyNS { // has access to LibKNDotNet } =20 But in .NET 1.1, this is no longer true. MyNS namespace no longer has access to LIBKNDotNet. To fix, this, you need to move the using into the MyNS: =20 namespace MyNS { using namespace LibKNDotNet; } =20 That will fix the problem. =20 Tommy ________________________________ From: mod...@li... [mailto:mod...@li...]=20 Sent: Tuesday, December 14, 2004 11:05 PM To: 'mod...@li...' Subject: [Mod-pubsub-developer] connection status handler in .Net connector Hi,=20 I was trying to implement a connection status handler which implemented IConnectionStatusHandler, but I get the error that the class is sealed and cannot be inherited from. Am I missing something? I was doing this so that the client could subscribe again on reconnection with server. Normally, if connection with server is lost, normally the client would just sit around, even if the server comes back up the client does not realise this. Another question I have is that regardless of offline queueing being enabled or not, and items being there in the queue or not, HasItems() always return true. Why is this ? Regards,=20 Rohit Khetan.=20 This message is free from Virus - IMSS =09 |
From: <mod...@li...> - 2004-12-15 07:07:42
|
Hi, I was trying to implement a connection status handler which implemented IConnectionStatusHandler, but I get the error that the class is sealed and cannot be inherited from. Am I missing something? I was doing this so that the client could subscribe again on reconnection with server. Normally, if connection with server is lost, normally the client would just sit around, even if the server comes back up the client does not realise this. Another question I have is that regardless of offline queueing being enabled or not, and items being there in the queue or not, HasItems() always return true. Why is this ? Regards, Rohit Khetan. This message is free from Virus - IMSS |
From: <mod...@li...> - 2004-12-10 20:06:05
|
On Dec 10, 2004, at 3:01 PM, mod...@li... wrote: > My question is: what is mod-pubsub doing differently? Is it working > at the socket level then, maintaining a list of open connections per > subscription and only writing out to them from some service thread > when an event occurs on that subscription? Yes. No service thread, but otherwise your conjecture is dead-on. George |
From: <mod...@li...> - 2004-12-10 20:01:20
|
I have a general question about scalability. The FAQ states: "Unlike mod_pubsub, Pushlets can only maintain a few simultaneous connections, and require Java programming." Looking at something like Tomcat, it's easy to see that Pushlets are using a thread per-request, and since the request never returns, each client is tying up one thread. Obviously this isn't a requirement of HTTP, it's just how it happens to be implemented. Normally the server is expected to handle the request quickly and return - then the thread goes back into some pool. My question is: what is mod-pubsub doing differently? Is it working at the socket level then, maintaining a list of open connections per subscription and only writing out to them from some service thread when an event occurs on that subscription? In this case I suppose you're only limited by the number of sockets availble to the OS. Sorry if this is a basic question, but I can't find anywhere that spells this out. Thanks |
From: <mod...@li...> - 2004-12-09 18:05:39
|
=2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 07 December 2004 2:54 pm,=20 mod...@li... wrote: > http://mod-pubsub.org/docs/George_Hooks.pdf Neat! Thanks! =2D --=20 Alex Russell al...@do... al...@ne... F687 1964 1EF6 453E 9BD0 5148 A15D 1D43 AB92 9A46 =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFBuJRWoV0dQ6uSmkYRAnspAKDfdegPkPX1aO49xHcIXo/FneBWuACgzI+d kFY29dditzLUjKisMejr82M=3D =3D8c6i =2D----END PGP SIGNATURE----- |
From: <mod...@li...> - 2004-12-09 17:55:41
|
=2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello all, Just a quick note to let you know about the new Subversion repository=20 that is housing the repubsub code base. Anonymous access has been=20 enabled, and you can browse the tree at: http://mod-pubsub.org/svn/repubsub/ I'll leave it up to Joyce to dish out commit privs, but anyone can now=20 keep tabs on the repubsub library's progress by signing up to the=20 checkin mailing list which has been set up at: http://sf.net/mailarchive/forum.php?forum=3Dmod-pubsub-checkin http://lists.sf.net/lists/listinfo/mod-pubsub-checkin If you have questions or concerns about the subversion setup or how to=20 use subversion, feel free to contact me with them. Regards =2D --=20 Alex Russell al...@do... al...@ne... F687 1964 1EF6 453E 9BD0 5148 A15D 1D43 AB92 9A46 =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFBuJIFoV0dQ6uSmkYRAvwcAJ4kAVaxSd7hL5cJyC96j+0xCyvcbQCfcazI Sm7ah7/Hax1slS0yjHDnR1k=3D =3DQtOs =2D----END PGP SIGNATURE----- |
From: <mod...@li...> - 2004-12-07 22:54:19
|
http://mod-pubsub.org/docs/George_Hooks.pdf --- mod...@li... wrote: > Does anyone have a copy of George's slides from his talk last week? |
From: <mod...@li...> - 2004-12-07 04:08:24
|
Hi, Is it possible for the pubsub server to detect that a subscription is from an earlier client, and then not resend earlier messages. My client does not want a replay of messages it had already received before crashing (without unsubscribing). Is this related to the 'journal' concept ? If so could someone please give an example or something as the documentation is a bit confusing on this point. Thanks and regards, Rohit Khetan. _________________________________________________________________ Glamour, lifestyle, health. Get all the fundas you need. http://www.msn.co.in/cinema/ At MSN Entertainment! |