It might be because when accessing identi.ca you use a HTTP proxy (either
transparent or not) that kills long lived connections. Comet protocol is a
bit borderline when it comes to HTTP compliancy and behaves differently in
different browsers. Have you tried to connect without proxies?

2009/12/1 <mi...@zdravei.bg>

> I have ActiveMQ up and running on my server. But the problem still exists.
> When i open the website with FireBug i see that my browser GETS poll.html,
> stream.html and public?nc=**** from meteor for every one or two seconds. But
> this is not happend when i open identi.ca. When i open identi.ca and check
> it with FireBug i GET meteor.js, stream.html and public only once.
>
>
> Quoting Brion Vibber <br...@status.net>:
>
>  On 12/1/09 4:03 AM, mi...@zdravei.bg wrote:
>>
>>> Another strange
>>> thing is that if notices are populated there is a some 10sec delay. The
>>> meteor debug log shows that all notices are streamed correctly.
>>> I found that if i change $config['queue']['enabled'] = true; to
>>> $config['queue']['enabled'] = false; or just comment it, all is working
>>> just fine!
>>> Anybody with this problems?
>>>
>>
>> If you're using the database-backed queue daemons, you may indeed see some
>> delays like this because the daemon has to poll the database for updates;
>> when there are no updates to hit yet, it sleeps for a few seconds before
>> checking again... poll delays may run up to 30 or 60 seconds.
>>
>> With queueing off, the events are handled immediately (and thus posted to
>> the Meteor server immediately) -- but they're handled during web front-end
>> operations like posting a notice, so may slow down interactive response of
>> your site.
>>
>> If you need queueing on for performance or for another feature which
>> requires it, you should be able to avoid these delays by bumping up to using
>> ActiveMQ which will deliver new queue events immediately.
>>
>> -- brion vibber (brion @ status.net)
>> _______________________________________________
>> StatusNet-dev mailing list
>> StatusNet-dev@lists.status.net
>> http://lists.status.net/mailman/listinfo/statusnet-dev
>>
>>
>
>
> ----------------------------------------------------------------
> Zdravei.bg - myasto kydeto vseki moje da nameri po neshto za sebe si.
> Spodelete svoite snimki, video klipove, blogove, sreshtnete novi priateli.
> Kajete: Zdravei, tova sum az!
> _______________________________________________
> StatusNet-dev mailing list
> StatusNet-dev@lists.status.net
> http://lists.status.net/mailman/listinfo/statusnet-dev
>



-- 
--------------- FM
Flow with whatever is happening and let your mind be free. Stay centered by
accepting whatever you are doing. This is the ultimate.
- 庄子 (Chuang Tzu)
_______________________________________________
StatusNet-dev mailing list
StatusNet-dev@lists.status.net
http://lists.status.net/mailman/listinfo/statusnet-dev

Reply via email to