Results 1 to 2 of 2

Thread: Which development language should I use for this

  1. #1
    kossde is offline New Member: Posts Will Be Moderated
    Join Date
    May 2011
    Posts
    1

    Which development language should I use for this

    I work in a call center and utilize an application that allows me to view the current call metrics of call center agents. I wrote a VB.net application that, when placed on a server can take the call metrics every 10 seconds or so and store them onto a text file that is then converted to an html document. I added an auto refresh to the HTML document so that the call center agents can open that html document from anywhere on the domain and view their current call metrics.

    The problem is- because the html document has a client-side refresh, if I have more than 10 people or so launching the html document at once, it starts to error out because the html document is in use (refreshing on a computer) at the same time that the server is updating the html source code.

    Is there any web development languages out there that will let me either force refreshes from the server or stream the information in real time? I don't need specific instructions, but I do need a direction.

    If this is the wrong forum, I apologize. I don't usually post threads. Any help would be greatly appreciated!!

  2. #2
    Join Date
    Mar 2011
    Location
    Bangalore
    Posts
    127
    May be JSp will help you out. Try using JSP for server side scripting.

Similar Threads

  1. Multi-language: Language page served based on TLD or subdomain?
    By nctrnl in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 04 Oct 2010, 02:02 AM
  2. What language to go through?
    By xoeden in forum General Questions
    Replies: 1
    Last Post: 25 Oct 2009, 04:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •