HI,MASTER,IS FMS server-side NetGroup.sendToNearest () and NetGroup.post () can reliably send it?

I do a chat room, and use of FMS NetGroup.post () to do the public chat, with the FMS NetGroup.sendToNearest () do private chat whisper, test all normal, but I've heard, these two methods are not 100% reliable transmission of data, can I use these two methods do, a very large number of my application, I have used the forward。
if(e.info.fromLocal == true){
// We have reached final destination
trace("Received Message: "+e.info.message.value);
}else{
// Forwarding
netGroup.sendToNearest(e.info.message, e.info.message.destination);
break;
Rule out a firewall problem, these messages can pass 100% to destination?
I do not understand English, so sorry, please help me

THANK YOU VERY MUCH Mike.
Will my chat room this can be used NetGroup.post () to do an open chat with NetGroup.sendToNearest () do private chat。Or that the use of traditional Application.broadcastMsg () to do the public chat, I used your advice

Similar Messages

  • Server side includes: outdated and not supported by host?

    I've been using SSI's for ages with no problem from any host. Recently I signed up with a new web hosting company, one of the more established ones in the Seattle area. They do not support SSI's and claim that using them is not safe and is not a modern approach to web design. They suggested I use a more advanced programming language to create my sites, such as ASP.NET (something I have no desire to do).
    Are server side includes outdated and no longer the way to do things? I find that hard to believe.
    -Jesse

    Are server side includes outdated and no longer the way to do things? I find that hard to believe.
    That language is from Microsoft who seem to think so along with Windows based hosting providers offering ASP.NET.
    IIS no longer comes with SSI installed by default. It has to be configured by the hosting provider.
    http://blogs.iis.net/robert_mcmurray/archive/2010/12/28/iis-notes-on-server-side-includes- ssi-syntax-kb-203064-revisited.aspx
    However, classic SSIs (in the sense of including static content from one page inside another) are still one of the most powerful, safe and flexible tools for managing repetitive page elements in any web page. Not to mention easy.
    ASP.NET has its own way of doing the equivalent of SSIs - and lots more beside but much of which does not interest web designers at this stage.
    http://stackoverflow.com/questions/894720/asp-net-equivalent-of-server-side-includes
    http://searchsoftwarequality.techtarget.com/answer/Alternatives-to-server-side-includes-fo r-ASPNET

  • Hi, anyone can help me? I can't activated my ip4 after restored n updated and it's showed activation server is temporarily unavailable and the device can't read my SIM card,can someone please help me....thanks

    Hi, anyone can help me? I can't activated my ip4 after restored n updated and it's showed activation server is temporarily unavailable and the device can't read my SIM card,can someone please help me....thanks

    It is 99% hacked/jailbroken iPhone to use a different carrier than intended. You have to put the sim from the original carrier or ask them to unlock the iPhone. We as well as Apple cannot help you with this.

  • Synchronization issues about FMS server side language!

    My FMS applicaiton(FMS4.5) use a Array on the main.asc ,
    anyone who connect to the server will change(remove/add) item of the Array,
    i'm worry about that if there is a synchronization issues with that?
    Is there any class i can use to lock/unlock the Array when i  modify the Array?
    THX!

    You can have synchronization issues. For using lock/unlock, you can use server side Shared Objects. For more details about Shared Object, check the below link:
    http://help.adobe.com/en_US/adobemediaserver/ssaslr/WS5b3ccc516d4fbf351e63e3d11a11afc95e-7 e63SSASLR.2.3.html

  • Server side rule filtering and message colorization

    I've been using server side rule filtering (Sieve) to handle all my mail filtering, mainly because I don't have a .Mac account and I have multiple machines that I access my mail from. This setup works really well except I have not been able to figure out how to color a message.
    I've searched and read through emails, but I haven't seen anything else about this problem. I even found a message that had been colorized by Mail's Junk filter, and found that Mail adds an additional mime part onto the message which is a property list that specifies the color of the message.
    What I really want is some way that I can set a header on my message, which Mail will see and apply that color to the message when it caches it on my Mac. A lot of my messages get moved to specific folders, but I still want to colorize them, and as far as I've seen, Mail's rules only work on messages that end up in the INBOX.
    Although I fear that its not possibly, I figured I'd ask for help if anyone has encountered similar problem and solved it.
    -d

    The IMAP-protocol (I suppose that's the one you use, otherwise server side mail filtering won't be visible in Mail.app) does not have any mechanism to transmit colorization information to the client. You have to set up these manually on each client.

  • I up loaded the new Yosemite OS X and now I can't send out messages on my gmail account? It states I no longer have smtp server?

    I updated to the OS  X 10 Yosemite and now I am no longer able to send out gmail messages. I can receive but unable to send. An error comes up prompting me to out going smtp server needs attention???? Contacted gmail...they state it is not their issue. Any help would be appreciated.

    Hi tmfree13,
    I'm sorry to hear you are having issues with your Yosemite upgrade. If you are still having issues sending emails in Mail since updating to Yosemite, you may find the information and troubleshooting steps outlined in the following articles helpful:
    Mail (Yosemite): If you can’t send messages
    Mail (Yosemite): Use Connection Doctor
    Regards,
    - Brenden

  • Using Yosemite My incoming mail server changes by itself and means I can't access my email. When I go to preferences the new incoming mail server is greyed out. I then have to remove the accounts and get new ones.

    Using Mail with Yosemite 10.10.2.The incoming mail server keeps changing by itself and means I can't access my mail. I  go to preferences and find that the new incoming server is greyed out .  I then have to remove the accounts and then add them again with the correct server. The incoming server which is greyed out is imap.gmail.com

    Try Mail/Preferences/Accounts - select the account, then go to Advanced and deselect "Automatically detect and maintain account settings".

  • Server side document creation and printing

    I have a Java application server that resides on an AIX server. I have a need to create some documents on the server, and print them to one of the AIX print queues. In the past, I have done this by creating PDF documents using iText and then using an operating system call to the acrobat reader process which converts the PDF to a PostScript file and then redirects that to one of the AIX print queues.
    This was working fine and dandy until I changed my process to do something a bit different in my PDF files, and it appears that my Acrobat process on the AIX box no longer likes my PDF documents and isn't printing them correctly. But on my Windows machine, the PDFs are viewer just fine, and printed.
    So something fishy is going on with the Acrobat process on the AIX box.
    So here is what I've tried:
    1) Upgrading the Acrobat process from 5.0 to 7.0 - Result: could not get the new version working, it has all kinds of missing dependencies etc etc.
    2) Tried to use GhostScript to print the documents - Result: it also didn't seem to print the documents properly.
    My question isn't really to ask how to solve this, but to ask if anyone else has ever developed a system that creates some sort of documents with dynamic content on a server and spools them to a print queue on that server?
    I am second guessing myself about using PDFs now, but I don't know what my other options would be.
    So to sum up, the system is a gui-less character based server running a Java app server and I want to be able to create some sort of document that could contain text, images etc, and spool it to a Unix print queue.
    Any suggestions from anyone would be greatly appreciated.

    That is a possibility, but these documents can be viewed through our ERP application as PDFs in Adobe, and through a web application as well. So essentially we want them to be PDF documents except when they are to be printed through the application server.
    I suppose I should continue down the path of finding a more robust PDF -> PostScript converter that will run on our Unix system.
    I was hoping to get feedback from users on what they've used to create documents that seems to work best in a PDF format, and if they've ever had to print them from a Unix queue etc.
    Thanks.

  • I cannot send out emails from my iPad,says my email address was rejectected by server. I am receiving mail, but can't send?

    When sending emails from iPad,I get message: email was rejected by server.  I am receiving mail to rejected email address

    Try going into Settings > Mail, Contacts, Calendars > select the account > account name , tap on SMTP (under the 'Outgoing Mail Server' heading) and then tap on your Primary Server and try entering your email account and password and see if it then works

  • Server 4.0 web  and MythWeb:  How can you do this ?

    I have a Mac Mini 2012    My primary use for this server is that I have it has my Home Theater box (XBMC along with MythTV).   I use MythWeb which is a  Web front end to check scheduling/recording of TV content.   This uses Apache and PHP and I used MacPorts to install and manage this software.
    I added OS X server 4.0 to my system so that I could use this as an Xcode Server and will use other services (Web, Wiki and file sharing).  When I installed OS X Web Server 4.0,  I no longer had access to MythWeb.  I anticipated this and wanted to figure out how I could get MythWeb working within OS X Server Web services. 
    I was able to take the old instructions...https://www.mythtv.org/wiki/MythWeb_on_Mac_OS_X_Backend 
    and was able to get MythWeb to work while running OS X Server 4.0.  I had to do it differently than the instructions but I based my changes on this link.  I created a web page 192.168.1.x via the OS X web server GUI and added mythweb.conf to the other directory.  I have a default web pages  (SSL and Normal) and I created a web page 192.168.1.x  (SSL and normal). 
    When i  use   http://192.168.1.19   -->  It works!
                          http://192.168.1.19/Mythweb   ->  Index of Mythweb
                          http://192.168.1.19/Mythweb/   ->  Runs Mythweb correctly !!
    However,  How do I get the default web page to run the wiki, Xcode server info...etc...
                         https://machinename.local   -->  Server can't open page    https://machinename.local  to the server    https://machinename.local
                        https://192.168.1.19       -->  Server can't open page    https://machinename.local  to the server    https://machinename.local
    I am not very familiar with web pages..etc so I probably am doing something wrong but I would like to have the ability to do both default  and mythweb at the same time ?

    BenB it creates a disc image only and it's not in .m2v. I think it saved it as an Apple Pro Res 422 format instead. The disc image file format will not allow
    Toast 11 to create menus etc.  Thanks for your help.

  • Would you tell me If window server installed with "routing and remote access" can output firewall logs.

    I install "routing and remote access" into Window Server and make it work as a firewall.
    When connections are accepted or denied at firewall, would you tell me if the firewall can output the logs ?
    If that function can, would you tell me how to configure ?
    Thanks.

    Hi Kohenro31,
    I'm a little confused about configuring RRAS to work as firewall, cause we usually deploy RRAS as VPN connection, router etc, would you please post more information in detail?
    Routing and Remote Access Service:
    http://technet.microsoft.com/en-us/library/cc754634(v=ws.10).aspx
    In addition, to view firewall event logs please check this article:
    Viewing Firewall and IPsec Events in Event Viewer:
    http://technet.microsoft.com/en-us/library/ff428140(v=WS.10).aspx
    To enable RRAS logs, please check this article:
    Enabling logs for RRAS:
    http://blogs.technet.com/b/rrasblog/archive/2005/12/22/enabling-logs-for-rras.aspx
    If I have any misunderstanding, please let me know.
    Best Regards,
    Anna Wang

  • SMTP Outgoing Mail Server does not use password so I can not send mail..

    Hi All
    Can anyone help me with this?
    My POP email accounts on Hosting.365.ie do not use a password to authenticate outgoing mail. They rely on a prior authenticated download to enable the outgoing mail server.
    On my MacBook Pro there is an option in the SMTP server settings under authentication for "none' and all my accounts work perfectly on the MacBook.
    However my iPhone4 (brand new) and iPad (both up to date) there is no option under the SMTP server settings for "none". I think this is the root of the problem. Has anyone else come across this or is there a workaround?
    Many thanks if anyone has any insights.
    Peter

    Yeah, I don't know why the difference. Interestingly for me, the iOS version in iOS4.2 is "better" than the OSX version of Mail because now I can have more than one Exchange account.
    I am sympathetic with your need to separate your lives. I have a client that accidentally got one of my alternate email addresses and cannot/will not update his address book with the "correct" address, despite my requesting several times over the course of a year. In any case, I don't think there is any way around this other than completely changing your email address. (If not a second Gmail, then Yahoo, Hotmail or other email provider.)
    The only time I've ever seen a "no password" SMTP server was as I previously said, it used a "network authentication" method. Many, many moons ago, SMTP servers often didn't have password authentication so would often be used for spam relaying. Before mobile users, "network authentication" by ISPs was fine since they could figure out which user was spamming since they could trace the IP addr, MAC addr, etc back through the physical link to the user. But with mobile users who change networks constantly, the general trend was to password authentication, even for wired ISPs since their users would want to have access to send mail while away from home. (e.g.: you're a RoadRunner customer, but want to send mail while using your laptop on vacation in Italy.) This "prior authenticated download" I've never heard of anyone else doing.

  • Server-side VPN detection

    I came across an interesting post on server-side VPN detection, and am posting it here since it is of some relevance to Freedome users in this community.
    https://medium.com/@ValdikSS/detecting-vpn-and-its-configuration-and-proxy-users-on-the-server-side-1bcc59742413

    I suspected that was the issue - no way for the local system to know when to route to VPN or local.
    Problem with changing the network ranges is often the client network is not something I control - 'client' offices, wireless hotspots, hotels, etc.
    Changing the server network while not impossible would be difficult as everything from printers, servers, network switches, not to mention how X Server so easily allows changing it's primary IP, are effected.
    I can certain test that this is my only problem by reconfig'g my home setup.
    I'm guessing a simpler and more flexible option in my case is creating a 10.0.2.x (VPN only) network internally adding an alias IPs to my XServe and other servers/boxes I would need to access from VPN (which would dish out 10.0.2 client numbers instad of 10.0.1 numbers). The only tricky part is name resolution, but since I control the DNS server and search names handed to the client, I could create a vpn.ourdomain.com and that could be the primary search domain, where all the records for VPN resources would return their 10.0.2.x. Client systems would/should be referencing resources by short name (hp8150).
    Does that make sense - a VPN network on top the existing server network?
    XServe Dual G4

  • Issues with server side recording in FMS

    I have FMS installed on Windows XP machine.
    I am recording using the server side Stream class. This
    creates a FLV but when I play it back it does not play though it
    has created the file under the dir in FMS.
    After a lot of research I figured out that the recording is
    done properly but I have to restart my FMS before the play back.
    After which the play back goes on smoothly.
    Can any one help me with this. I need to know if this is a
    known issue or else I have to do something on stream at the the
    server side after recording so that I can play it back immediately.

    **Bump**
    I am having a similar issue. I have an app that will redirect
    the stream to the same application but a different instance. The
    ns.publish method is called for recording and the file will write
    correctly. However, after I stop publishing and go in to play the
    file in flv player, it doesnt play back. Looks like the meta data
    is there but no video. Is there a specific procedure to close off
    the file or something that I'm not performing?

  • How to implement server side methods in client side player from main.asc?

    Hi,
    I am developing video player using RTMP NetConnection and NetStream object but it is giving me below Error. Can you please tell me how can I handle this. I have main.asc file form FMS server side but I don't know how to use it. 
    Async Error found = <br>Error #2095: flash.net.NetConnection was unable to invoke callback setUserID.
    Async Error found = <br>Error #2095: flash.net.NetConnection was unable to invoke callback syncChat.
    Async Error found = <br>Error #2095: flash.net.NetConnection was unable to invoke callback playingNotComplete.
    Async Error found = <br>Error #2095: flash.net.NetConnection was unable to invoke callback nowPlaying.
    Can anyone please help me ot solve this issue?
    Best regards,
    Sunil kumar

    javascript are run on the client side.. but i think what you actually mean is getting some validation to your database without submitting the form?. yes it doesn't consumes time and memory of server.. why not use ajax so you can only submit a little request.. rather than submitting the whole page..

Maybe you are looking for

  • How to find out the location of a point on my program on desktop?

    I am trying to build a java program then need to track where is specific point of the program at the desktop. For example, if I move my program at the top left, the x and y should be (0,0), then when move to another point on the destop, the x and y w

  • Exchange 2010 - how to troubleshoot intermittent Outlook slowness

    I'm having users report intermittent Outlook slowness 2007.  I can't repeat the issue exactly but I have seen it -- you get a message that says "Outlook is trying to retrieve data from <Exchange Server>" and it takes it a noticeable amount of time. 

  • Internet cafe software for managing 27 iMac Intel based

    Dear all, I am planning to setup a 27 iMac based internet cafe. Do you know any software to run a typical internet cafe with Point of Sale for products and time and account management? With best regards, 2pacy

  • Navigator Not Visible in Directory Manager

    On Win XP Pro Oracle Directory service does not start on boot, even though it is set to do so automatically. It will start manually from the Windows services app. After starting the service, oidctl runs successfully from the command line "C:\>oidctl

  • 4s wont start

    my phone powered down and wont restart, not taking a charge,