|
Home > Archive > Macromedia Flash Server > December 2005 > Chat History
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| ScriptJunkies 2005-12-01, 7:45 am |
| Hey Everyone,
I've been trying to work out an effective way to log my FCS chatroom
history.
I've tried a few ideas but they are all fairly slow when dealing with a
lot of messages.
Does anyone have any ideas on the best way to log all of the history in
a readable way.
Thanks, James
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Michael Weck 2005-12-01, 8:45 pm |
| Hi James,
I have used remoting to do calls to AMFPHP gateway. From there I have
logged either directly to text files or you can log to a database. Seems
to work just fine even on very busy chat rooms 
Regards,
Mike Weck
ScriptJunkies wrote:
> Hey Everyone,
>
> I've been trying to work out an effective way to log my FCS chatroom
> history.
>
> I've tried a few ideas but they are all fairly slow when dealing with a
> lot of messages.
>
> Does anyone have any ideas on the best way to log all of the history in
> a readable way.
>
>
> Thanks, James
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Wouter van Vliet / webclusive 2005-12-23, 7:45 am |
| I'm probably stating the obvious, but for some people it might be nice
to read that those calls will be done in FMS/FCS server side scripts. If
you are worried about massive loads when dealing with a very/extremely
active chat can consider sending the messages chunks of x messages, or
every x minutes. Might even do something "only commit messages to amfphp
server when there's less than x messages per minute being send".
Go Wild!
Michael Weck wrote:
> Hi James,
>
> I have used remoting to do calls to AMFPHP gateway. From there I have
> logged either directly to text files or you can log to a database.
> Seems to work just fine even on very busy chat rooms 
>
> Regards,
>
> Mike Weck
>
> ScriptJunkies wrote:
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
--
Met vriendelijke groet,
Wouter van Vliet
WEBclusive
Calandstraat 1
2521 AD Den Haag
http://www.webclusive.com
http://flashcom.pagina.nl
Tel +31 (0) 70 3699 817
Fax +31 (0) 70 4450 321
Mob +31 (0) 615 397 471
E-mail wouter-cbyZFP1Q8NkXQ3Lr6voeyA@public.gmane.org
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|
|
|
|
|