Not logged in. · Lost password · Register
Forum: agsXMPP RSS
Avatar
bilalkhan #1
Member since Oct 2016 · 81 posts · Location: Pakistan
Group memberships: Members
Show profile · Link to this post
Subject: Xmpp with signal R performance test
i am working on client server application using signal r and xmpp, my main focus is on performance of sending and receiving a message,i have question, is their any performance issue, using signalr with xmpp?

kindly, share your experiences.
Avatar
Alex #2
Member since Feb 2003 · 4449 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
no, why should be there a performance issue?
Both are realtime. But make load tests yourself according your requirements.
Avatar
bilalkhan #3
Member since Oct 2016 · 81 posts · Location: Pakistan
Group memberships: Members
Show profile · Link to this post
alex need your assistance.

architecture am working on

User Interface-->Api(class library all the events related to login and message are here)-->agsxmpp(Send message)

Issue:

user interface don't know when a message has been receive.

Explanation:

currently, i am working client server application(chat), when i start writing my web client using web form(.net technology to build web application) using only xmpp, i start facing an issue when to update or invoke User Interface, that a message has been received from a user, i know their is an event in xmpp on_message, which calls when a message is receive, to over come this problemi write a server side function which calls after few milliseconds and the User interface get update, it works, however it seems it be a performance issue. To overcome this problem, i have search on the internet and find SignalR my solution, asyncronus scalable web application with signalr, then i start learning signal r, you can invoke front end by Clients dynamic object.


Question:

q1) if i use signal r with xmpp, it would be a right direction?( as you mentioned no performance issue if i use both simultaneously)?
q2) am i thinking in right direction, am using signal r only to overcome User interface problem, rest of the message and connection will be done through xmpp?
q3) i have seen simple signal r application, their is no separate  server side for example server lisning  on dedicated port 5222, both working on different phenomena??

thanks in advance :)
Avatar
Alex #4
Member since Feb 2003 · 4449 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
yes SignalR is the solution to your problem.
Close Smaller – Larger + Reply to this post:
Verification code: VeriCode Please enter the word from the image into the text field below. (Type the letters only, lower case is okay.)
Smileys: :-) ;-) :-D :-p :blush: :cool: :rolleyes: :huh: :-/ <_< :-( :'( :#: :scared: 8-( :nuts: :-O
Special characters:
Forum: agsXMPP RSS