• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
projectsgeek

ProjectsGeek

Download Mini projects with Source Code, Java projects with Source Codes

  • Home
  • Java Projects
  • C++ Projects
  • VB Projects
  • PHP projects
  • .Net Projects
  • NodeJs Projects
  • Android Projects
    • Project Ideas
      • Final Year Project Ideas
      • JSP Projects
  • Assignment Codes
    • Fundamentals of Programming Language
    • Software Design Laboratory
    • Data Structure and Files Lab
    • Computer Graphics Lab
    • Object Oriented Programming Lab
    • Assembly Codes
  • School Projects
  • Forum

Bug Tracking System

October 13, 2011 by ProjectsGeek 1 Comment

Final Year PROJECT SYNOPSIS
BUG TRACKING SYSTEM
Project definition:
A holistic bug tracking system which enables reporting and follows up with solution of any bug found in development of any software project of an organization.
Brief Description:
The system is implemented using client server architecture.
A multithreaded server servicing multiple clients and their requests.
Bug Tracking System 3
The clients send bug/failure reports to the server where they are entered into a bug database. A solution is found for the bug by consulting the database.If it is a bug that has been encountered before, its solution is directly obtained from the database else its solution is derived manually. Necessary action is then taken and change reports are generated. These change reports are then forwarded to all concerned parties.
In addition, add ons like support for mobile devices and a business intelligence plugin may be incorporated at a later stage.
The clients send data to server in the form of XML files which are parsed at server end.
There are two streams –message stream and data stream, used between client(s) and server. Message queues are used to buffer messages and allow the server to service multiple clients simultaneously.
SERVER :
The server provides basic client registration and communication which is both transparent as well as dynamic. Each client registration request paves the way for a new POSIX thread in the server process to service the client. A shared data list of all the clients holding information of each and every registered client is shared among the threads which necessitates the Reader Writer synchronization through POSIX Reader Writer Locks. The server is developed in C.
Client :
The client is a dual threaded application –The first one runs in the background receiving all the responses from the server. The second one runs in the front, interacting with the user, receiving his requests, processing them and shows the results. All the registered clients may communicate freely and transparently with other clients without knowing the whereabouts of other registered clients via the server.
No synchronization is required. The client is very light, so the server takes care of all the transparency, communication, synchronization and error handling. There is no software limitation to the no of clients, limited only by server resources and maximum limit of TCP ports in the TCP/IP family i.e. 216  ports. The client is developed in Java Swing
NETWORKING IN LINUX:
LINUX provides a nimble solution for networking enabling a software concept known as sockets. The use of sockets obviates the need of low network details such as drivers and hardware instructions. Our project uses TCP/IP family stream sockets for the purpose of communication.
              
INTERPROCESS COMMUNICATION IN LINUX:
LINUX provides a simple yet powerful means of IPC. It can be implemented easily by means of message queue and shared memory. We prefer using message queue as it is properly structured and doesn’t need explicit synchronization as in case of others eg pipes
INTERTHREAD COMMUNICATION:
No doubt threads can empower the processing both in efficiency as well as effectiveness but it has many synchronization problems such as :
Sharing of globals –The global variables are accessible variable can only be used in synchronization.
Sharing of buffers – A process has a single set of various buffers (standard descriptors) allotted by the kernel which may not be sufficient for catering to the needs of all the threads.
SYNCHRONISATION:
LINUX provides an elegant solution to the synchronization problems discussed above. For example, mutexes and semaphores provide easy and effective synchronization.
 
Software/Tool Requirements:
Linux OS
Sun JAVA Kit
Sun Studio
Anjuta Debugger
TCP/IP Networking Support in Linux based systems
POSIX & System V system call interface in Linux
Any java compatible web browser (eg Netscape)
Hardware Requirements:
Two 386 or above personal computers
Ethernet LAN Cards in each participating computer system

Team Members:

xyx

xyz

DOWNLOAD SYNOPSIS

Other Projects to Try:

  1. Bug Tracking System Java Project
  2. Chat Server project in Java
  3. Threads in Java Tutorial for Beginners
  4. Study of free and open source software WINE
  5. Email Program System Java Project

Filed Under: Seminar Presentations

Reader Interactions

Comments

  1. Hotel Management System - Symphony says

    January 27, 2012 at 5:33 am

    HI
    Great information on hotel management system i like it thanks

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Tags

.Net Projects Download Android Project Ideas Android Projects Angular 2 Assembly Codes C # Projects C & C++ Projects C++ Projects Class Diagrams Computer Graphics Database Project Data Mining Projects DataScience Projects Datastructure Assignments Download Visual Basic Projects Electronics project Hadoop Projects Installation Guides Internet of Things Project IOS Projects Java Java Interview Questions Java Projects JavaScript JavaScript Projects java tutorial JSON JSP Projects Mechanical Projects Mongodb Networking Projects Node JS Projects OS Problems php Projects Placement Papers Project Ideas Python Projects seminar and presentation Struts

Search this Website


Footer

Download Java Project
Download Visual Basic Projects
Download .Net Projects
Download VB Projects
Download C++ Projects
Download NodeJs Projects
Download School Projects
Download School Projects
Ask Questions - Forum
Latest Projects Ideas
Assembly Codes
Datastructure Assignments
Computer Graphics Lab
Operating system Lab
australia-and-India-flag
  • Home
  • About me
  • Contact Form
  • Submit Your Work
  • Site Map
  • Privacy Policy